
/* GLOBALS */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.wrapper-dropdown-1 {    top:10px;
    left: 0px;
}

.wrapper-dropdown-1 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background-color: white;
    list-style: none;
    font-weight: normal; /* Cancels previous font-weight: bold; */

    /* Hiding */
    opacity: 0;
    pointer-events: none;
   /* color: white;*/
   z-index: 9999;

}

.wrapper-dropdown-1 .dropdown li  {
    display: block;
    text-decoration: none;
    padding: 0px 5px;
	
	border-bottom:1px solid #dfdfdf;
	border-top:1px solid #fff;padding:0 15px;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	line-height:34px;
	font-size:15px
	
}

/* Hover state */
.wrapper-dropdown-1 .dropdown li:hover {
 background: #00519f;
    color:white;
}

/* Active state */
.wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-1.active {
  

}


.Calf {
	width: 12%;
	height: auto;
	
}
.Warrenties {
	    width: 17%;
}
.user_ratings_panel {
	width: 100%;
}
.tire_details2 {
	width: 95%;
	text-align: left;
	margin-left: 10px;
}
#restContent {
	    width:100%;
	font-family: BlissPro-Light;
}
.tire_title {
	    color: #666;
    font-family: 'BlissPro-Heavy';
    min-width: 200px;
    width: 100%;
}
.image_thumb {
  padding-top: 20px;
}

.tire_result {
    background-color: white;
    border-bottom: 20px solid;
    border-color: #fca30a;
}
.tire_result2 {
    background-color: white;
    border-bottom: 20px solid;
    border-color: #fca30a;
}

.tire_result2_bf, .bfgoodrich .tire_result {
    background-color: white;
    border-bottom: 20px solid;
    border-color: #fca30a;
}
.tire_result2_uni, .uniroyal .tire_result {
    background-color: white;
    border-bottom: 20px solid;
    border-color: #fca30a;
}


.BackBranch {
 background: White;
 width: 200%;
}


