@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600,300);
@import url(https://fonts.googleapis.com/css?family=Slabo+27px);

  * {
     margin: 0px;
     padding: 0px;
     }

 body, .middlelist{
 	font-family:Open Sans;	
 }

h1{
	font-weight:800;
	font-size:70px;
	color:#F5822D;
}

p{
font-weight: 300;
	font-size:13px;
}

h2 {
	font-weight: 600;
	font-size:15px;
	margin-bottom:15px;
	margin-top:25px;

}

h3{
	font-weight:400;
	font-size:15px;

}

h4{
	font-weight:700;
	font-size:16px;
	color:#F5822D;
}
section#intro{
	padding: 40px 0px 170px 0px;
	width:100%;
	background-color: #E1E0E5;
}

section#response{
	padding: 10px 0px 600px 0px;
	background-color:#F3F3F3;
}

div.results_size{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

ul.symptoms li,ul.symptoms_result li, ul.type li {
	font-size:14px;
	display:block;
	margin: 2px;
	width:260px;
	font-weight:300;
}

ul.symptoms_result li, ul.type li {
	background-color: white;
}

ul.type li{
	display:inline;
	padding: 8px 35px 8px 35px;
	margin-bottom:15px;
} 

ul.type li:hover{
	background-color:#F5822D;
	color:white;

}

ul.type li:first-child{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

ul.type li:last-child{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

ul.symptoms #button:hover {
	color:white;
	background-color:#F5822D;
}
ul.symptoms li:first-child .middlelist {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
ul.symptoms li:last-child .middlelist {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.header{
	margin-bottom:25px;
}

#liquid img{
	fill:#F5822D;
}

#submit{
	clear:left;
	background-color:#F5822D;
	padding:10px;
	text-align:center;
	margin:60px;
	width:100px;
	text-decoration:none;
	color:white; 
	border-radius:8px;
}

ul.symptoms_result li{
	font-weight:600;
}

ul.type_result li{
 	list-style:none;
 	background-color:white;
 	width:200px;
	padding:8px 25px 8px 25px;
	margin:2px;
 }

 section.result_info{
 	float:left;
 	margin-right: 55px;
 }

 div.med_info{
 	float:left;
 	width:300px;
 }

 section.results img, section.results{
 	float:left;
 }

 section.result_info .middlelist {
 	text-align: left;
 	padding-left: 35px;
 }

 .middlelist {
 	 cursor: pointer;
 }

 article{
 	font-family:slabo;
 	font-size:13px;
 	margin-bottom:15px;
 }

 div.tylenolliquid, div.rob{
	background-color:white;
 	width:600px;
 	padding:15px;
 	height:200px; 
 }
div.rob{
	margin-top:25px;
}
/*tabs*/
.tabs-menu, .tabs-menu2 {
    height: 30px;
    float: left;
    clear: both;
}

.tabs-menu li, .tabs-menu2 li {
    height: 30px;
    line-height: 30px;
    float: left;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    list-style:none;
}

.tabs-menu li.current, .tabs-menu2 li.current2 {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}


.tabs-menu li a:link, .tabs-menu2 li a:link {
    padding: 10px 50px 10px 20px;
    text-decoration: none;
    color:black;
}

.tabs-menu .current, .tabs-menu2 .current2  {
    color: black;
}

.tabs-menu li a:visited, .tabs-menu .current a:visited, .tabs-menu2 li a:visited, .tabs-menu2 .current2 a:visited {
	color:black;
	text-decoration:none;
}
.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
}

.tab-content, .tab-content2 {
    width: 350px;
    padding: 20px 20px 50px 20px;
    display: none;

}

#tab-1, #tab-3 {
 display: block;   
}

#tab-2, #tab-4{
	float:left;
	 border: 1px solid #d4d4d1;
	padding-bottom: 50px;
}


.stars{
	margin-right:50px;
	float:left;
	padding-bottom:10px;
}

article.review{
	float:left;

}

.middlelist {
	background: #FFF;
	font-family: Open Sans;
	font-size: 14px;
	width: 260px;
	height: 35px;
	border: 0;
}


.middlelist:focus {
  outline: none;
}

.active {
  background-color: #F5822D;  
}

.inactive {
  background-color: #FFFFFF;
}

.radio-hide > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.radio-hide > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}

.liquid img{
	margin-top: 15px;
}

.radio-hide > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  background-color: #F5822D; 
}