@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600,700');

html, body {
  height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    margin: 0;
    font: 14px Arial, sans-serif;
    color: #686868;
}
.content {
  flex: 1 0 auto;
}

a{
    outline: none !important;
}

b{
    font-weight: normal !important;
}

#content-web ol{
    list-style-type: upper-alpha;
}

#content-web ol li {
    margin-top: 18px;
}

.bold{
 font-weight: bold;   
}

body.search-empty-body div.sformwrp{
    background: none;
    border: none;
    margin: 0px auto;
    margin-top: 12%;
    width: 680px;
    position: relative;
}
body.search-empty-body div.sboxliner{
    margin: 0;
    padding: 0;
    width: 100%;
}

body.search-empty-body div.sboxwrp{
    margin: 0 auto;
}

body.search-empty-body .bglogo{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

body.search-empty-body .smlogo{
    display: none;
}

body.search-empty-body #y-attr{
    display: none;
}

#y-powered{
    padding-top: 10px;
    margin-left: 12px;
    color: #a5a5a5;
    font-size: 10px;
    font-family: Arial;
    position: absolute;
    right: 2px;
    display: none;
}

#y-logo .y-logo-bg {
    display: inline-block;
    width: 60px;
    height: 14px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../images/yahoo_75x14_bw.png);
}

.smlogo{
    display: block;
    position: absolute;
    right: 28px;
    top: 20px;
}

.left{
    right: calc(100% + 18px);
    top: 0px;
}

.bglogo{
    display: none;
}

.sboxliner {
    margin-right: 340px;
    padding-left: 160px;
    position: relative;
}

.sboxwrp {
    background-color: #fff;
    height: 44px;
    vertical-align: top;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
    width: 645px;
    padding-left: 16px;
    position: relative;
}
.sboxwrp:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08);
}
.sformwrp {
    background-color: #fafafa;
    border-bottom: 1px solid #ebebeb;
    height: 95px;
    padding-top: 20px;
    position: relative;
    width: 100%;
    min-width: 1100px;
}
.sboxbtn{
    background: transparent;
    border: 0;
    float: right;
    height: 44px;
    line-height: 44px;
    margin-top: -1px;
    outline: 0;
    padding-right: 16px;
    position: relative;
    top: -1px;
    cursor: pointer;
}

button::-moz-focus-inner {
  border: 0;
}

.sboxicon{
    display: inline-block;
    fill: currentColor;
    height: 24px;
    line-height: 24px;
    position: relative;
    width: 24px;
    cursor: pointer;
    vertical-align: middle;
    color: #4285f4;
    outline: 0;
}

.sboxinputwrp{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    padding: 5px 9px 0;
    position: relative;
}
.sboxinput{
    font: 16px arial,sans-serif;
    line-height: 34px;
    height: 34px !important;
    border: none;
    padding: 0px;
    margin: 0px;
    height: auto;
    width: 100%;
    position: absolute;
    z-index: 6;
    left: 0px;
    outline: none;    
    color: #000;
}

.srsettings{
    position: absolute;
    bottom: 4px;
    right: 10px;
    display: inline-block;
    fill: currentColor;
    color: #767676;
    cursor: pointer;
}

.srtopnav{
    position: absolute;
    bottom: 0px;
    left: 158px;
    color: #767676;
    font-size: 13px;
}

.srtopnav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.srtopnav ul li{
    float: left;
    margin-right: 16px;
}

.srtopnav ul li a {
    display: block;
    text-align: center;
    padding: 0px 4px;
    padding-bottom: 12px;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    color: inherit;
}

.srtopnav ul li a.selected{
    border-bottom-color: #1971E3;
    color: #1971E3;
    font-weight: bold;
}

.autocomplete-suggestions {
    font-size: 16px;
    border: 1px solid #ccc;
    border-top-color: #d9d9d9;
    background: #FFF;
    overflow: auto;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    position: relative;
    left: -1px;
    color: #000;
}
.autocomplete-suggestion {
    padding: 2px 0px 4px 16px;
    white-space: nowrap;
    overflow: hidden;
}
.autocomplete-selected {
    background: #F0F0F0;
}
.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

div#content-web{
    padding: 30px 80px 20px 150px;
}

div.listing-left{
    width: 60%;
    max-width: 580px;
    display: inline-block;
    margin-right: 40px;
    vertical-align:top;
}

div.listing-right{
    /*width: 20%;*/
    max-width: 400px;
    display: inline-block;
}

div.listing-featured{
    border: 1px solid #e1e1e1;
    margin-bottom: 24px;
}

div.listing-header{
    font-size: 13px;
    color: #9b9b9b;
}

div.top-bdrslt-header{
  margin-bottom: 16px;
}

div.features-bdrslt-header, div.bottom-bdrslt-header{
  margin-bottom: 8px;
}

div.top-organic-header{
    display: none;
}

div.organic-header{
  padding-top: 16px;
  margin-bottom: 16px;
}

ul.listing-result{
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: auto;
    list-style: none;
    display: block;
}

/* bottom seprator for top result*/
div.top-bdrslt-header+ul.listing-result{
  border-bottom: 1px solid #e1e1e1;
}

ul.listing-result li{
    margin-bottom: 24px;
    width: auto;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
}

ul.listing-result li{
    display: block;
    overflow: hidden;
}

p{
    padding: 0;
    margin: 0;
}

p.title{
    color: #0000D2;
}

p.title a, p.title a:active, p.title a:visited{
    font-size: 18px;
    color: #0000d2;
    line-height: 18px;
    display: inline;
    text-decoration: none;
    outline: none;
}

p.title a.org-anchor:visited{
    color: #609;
}

p.description{
    font-size: 13px;
    line-height: 17px;
    overflow: hidden;
    padding-top: 2px;
}

p.host, p.host a{
    color: #008A00;
    font-size: 14px;
    line-height: 18px;
    padding-top: 2px;
    overflow: hidden;
    text-decoration:none;
}

span.sp-prefix{
    display: none;
}

div.listing-sitelinks{
    display: table;
    margin: -18px 0px 20px 24px;
}

div.listing-sitelinks-row{
    display: table-row;
}

div.listing-sitelinks-cell{
    display: table-cell;
    padding: 4px;
    padding-left: 12px;
}

p.title a.listing-sitelinks-text, p.title a.listing-sitelinks-text:active{
    font-size: 14px;
}

img.listing-review-stars{
    margin-left: 4px;
    position: relative;
    bottom : -1px;
}

a.listing-review-text{
    font-size: 13px;
    color: #555;
    text-decoration: none;
}

.related-header{
  font-size: 14px;
  margin-bottom: 10px;
}

ul.listing-pagination{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.listing-pagination li{
    display: inline;
    text-align: center;
    padding: 3px 4px;
    border: 1px solid transparent;
    margin: 4px;
}

ul.listing-pagination li.current-index{
  border-color: #e1e1e1;
}

ul.listing-pagination li:hover{
  border-color: #e1e1e1;
}

ul.listing-pagination a{
  outline: none;
  text-decoration: none;
  color: #0000d2;
}

.footer {
  width: 100%;
  flex-shrink: 0;
  padding: 1em 0;
  background: #f2f2f2;
  border-top: 1px solid #e4e4e4;
  text-align: center;
  font-size: 13px;
}

.footer span {
  margin: 0px 10px;
  display: inline-block;
}

.footer a {
  margin: 0px 10px;
  display: inline-block;
  color: #4285f4;
  text-decoration: none;
}
.ag_container{
    float: left; 
    margin-right: 10px;
}
.ag_logo{
    border: 1px solid rgb(230, 230, 230); 
    padding: 1px; 
    width: 90px; 
    height: 45px;
}
#ypaAdWrapper-TOP_AD iframe, 
#ypaAdWrapper-FEATURED_AD iframe,
#ypaAdWrapper-ALGO_MIDDLE iframe, 
#ypaAdWrapper-BOTTOM_AD iframe
{
    width:100%
}
#ypaAdWrapper-TOP_AD{
    border-bottom: 1px solid #e1e1e1;
}
