@charset "utf-8";
/* CSS Document */

#statewrapper {
    overflow: auto;
    width: 95%;
	padding: 3px 3px;
	border: #000000; 
}
#statewrapper #greetnamestate {
    margin-right: 10px;
	text-align: right;
    font-size: -2;
    color:darkslateblue ;
}
#statewrapper #statebase {
    text-align: left;	
font-size: 1;}
#buttonwrapper {
    text-align: center;	
    font-size: 2;
    color:beige;
    background-color:darkgrey;
}
#ifframe {
    width:100%; 
    max-width:800px; 
    margin-left: auto; 
    margin-right: auto;
    font-size:2;
}
#backbutton {
    display: inline-block;
    margin: 5px;
    background: #a6978a;
    color: #ffffff;
    font-size: 1.2em;
    font-family: inherit;
    font-style: normal;
    border-radius: 5px;
    padding: 8px 16px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}