/* CSS Document */



body {
    margin:0; 
	 background-color: #00192e;
}

.center {
	margin:0 auto;
}

h1 {
    color: navy;
    margin-left: 20px;
}

.login {
	float: left; 
	height: 60px;
	width:50%;  
	color: white; 
	font-size: 35px; 
	font-weight:bold; 
}
h1 {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 0 20px;
	font-size:30px;
	font-weight:100;
	color: white;
}
.listicon {
	float:left;
	margin:-5px 0px 0 20px;
	
	
}
.listitem {
	
	margin:4px 0 0 0;
	height:50px;
    background-image: url("http://36pixels.com/ldsstudygroup/images/itembg.png");
    background-repeat: repeat-x;

}
form {
	margin:0 auto;
}
.label {
	
	color:white;
	font-size:24px;
	margin:10px 0 0 0;
}
input {
	margin:5px 0 0 0;
    width: 90%;
	font-size:32px;
}
.border {
	height:2px;
	width:100%;
	background-color:#F90;
}
.qtop {
	margin-top:20px;
	background-color:#CCC;
	height:35px;
}
.qtoptext {
	margin:7px 7px 0 7px;
}
.qbottom {
	background-color:rgba(255,255,255,0.05);
	width:100%;
	color:white;
	
}
p {
	margin:0 0 0 0;
	padding:15px;
}
button {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.dropbtn {
	
	width:100px;
   color:white;
	font-size:24px;
	text-align:left;
    border: none;
    cursor: pointer;
}

.dropdown {
	float:right;
	background-color:rgba(255,255,255,0.05);
	margin:15px 10px 0 0;
	
	width:100px;
	
	border:none;
	position: relative;
    display: inline-block;
	
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.yours {
	float:right;
	background-color:rgba(255,255,255,0.05);
	margin:15px 20px 0 0;
	
	width:160px;
	color:white;
	font-size:24px;
	text-align:center;
	
}
.respond {
	float:right;
	background-color:rgba(255,255,255,0.05);
	margin:15px 20px 0 0;
	
	width:140px;
	color:white;
	font-size:24px;
	text-align:center;
	
}

.back {
	float:left;
	background-color:rgba(255,255,255,0.05);
	margin:15px 20px 0 10px;
	
	width:45px;
	color:white;
	font-size:24px;
	text-align:center;
	
}
iframe {
	width:100%;
	
}
.mainq {
	margin-top:15px;
	color:#F90;
	font-size:20px;
}
.atop {
	margin-top:20px;
	background-color:rgba(255,255,255,0.05);
	height:35px;
}