/*This is the specific style information for New Webmaps pages which contain an embedded AGOL WebApp */    
   
   
/*will actually be wrapper 1 whole page  - could check whether to rename orig wrapper*/
#embedpage {
    position: absolute;
    height: 100%;
    width: 100%;
}

/*inside wrapper 2 - also whole page */
#embedwrapper {
    position: relative;
    height: 100%;
}

.embed-container {
	clear:both;
    position: relative;
    height: 100%;
    width: 100%;
    margin-bottom: 10px;
}

.embed-container iframe {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
}

#fullbutton a {
    display: block;
    height: 47px;
    width: 175px;
    background: #333;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 43px;
    padding: 0 15px 0 15px;
    font-family: 'Open sans', sans-serif;
    color: #fff;
    text-decoration: none;
}

#fullbutton a:hover {
    color: #fff;
    background-color: #983d83;
}

#embedinfofooter {clear:both; font-size:1em;}	
#embedinfofooter p {margin-top: 20px;
				margin-left:10px;}	