.short-descr {
  font-size: 14px; 
}

#gauge {
    width: 200px;
    margin: 0 auto;
}

#desktopspeedscore{
  font-size: 12px;
  width:140px; height:140px;
  display: inline-block;
}

.olControlAttribution {
    right: 10px!important;
    bottom: 10px!important;
    background: rgb(242, 239, 233);
    border-radius: 4px;
    padding: 4px;
}

.whoisUpdateLink {
  position: relative;
  /*top: -10px;*/
  font-weight: bold;
}

#learnmoredangp, #learnmorep, #learnmorescoresp{
  display:none;
}

#learnmoredang, #learnmore, #learnmorescores{
  cursor: pointer;
}

.suggestionpannel{
  text-align: left;
    font-size: 12px;
    /* margin: 0px; */
    padding-top: 4px;
    padding-bottom: 8px;
    padding-right: 10px;
    /* padding-left: 10px; */
    
}

.insidepannel{
  vertical-align: text-bottom;
  padding-right: 5px;
    color: #508423;
}

ul.ulstyled li{
  list-style: initial;
  margin-left: 38px;
    /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.collapsed_data_header{
    cursor: pointer;
    /* text-decoration: underline; */
    /* font-weight: bolder; */
    padding: 3px;
    background: #dddddd;
    margin-top: 5px;
    /*border-radius: 4px;*/
    padding: 5px;
    margin: 10px 0px 10px 0px;
}

.alert-success {
    color: #2f363e;
    background-color: rgba(255, 176, 16, 0.5);
    border-color: #ffb010;
}
  
.imagescontainer{
  position: relative;
    min-height:260px;
  width: 332px;
  /*margin: 15px auto 0;*/
   margin: 0 auto;

} 

.cell_imagescontainer{
  position: relative;
    min-height:500px;
  margin-left: 20%;
  width: 243px;
    margin:0 auto;
}

.macbgimg{
  height: 278px;
  position: absolute;
}

.macfrontimg
{
  max-width: 320px;
    position: absolute;
    left: 10px;
    top: 6px;
    clip: rect(0px,314px,187px,0px);
}

.cellphonebgimg{
  height: 495px;
  position: absolute;
}

.cellphonefrontimg {
    max-width: 222px;
    position: absolute;
    left: 10px;
    top: 47px;
    clip: rect(5px,227px,430px,0px);
}

.alert-success {
  background-color: rgb(202, 226, 181);
    border-color: #85be7a;
}

.cursor-pointer{
    cursor:pointer;
}

.greybg {
    background-color: #ddd;
}

.jvectormap-region {
  stroke: #b9b9b9;
  stroke-width: 1;
}

#OpenLayers_Map_2_OpenLayers_ViewPort{
    width: auto !important;
}
.olControlAttribution {
    right: 10px!important;
    bottom: 10px!important;
    background: rgb(242, 239, 233);
    border-radius: 4px;
    padding: 4px;
}
div.olMap{
    z-index: 0;
    padding: 0 !important;
    margin: 0 !important;
    cursor: default;
}

#mapdiv{
    height: 200px;
}

/* media ---------------------------------------------------------- */


@media only screen and (max-width:1000px){
  .insidepannel{
    display: none;
  }
  .summaryscore{
    font-size: 9px!important;
    overflow: hidden;
  }
}

@media only screen and (max-width:850px){
  
  .macbgimg {
      height: 243px;
      position: absolute;
  }

  .macfrontimg {
      max-width: 270px;
      position: absolute;
      left: 10px;
      top: 6px;
      clip: rect(0px,270px,159px,0px);
  }

  .imagescontainer{
    position: relative;
      min-height:260px;
    margin-left: 20%;
    width:270px;
      margin:0 auto;

  } 
}

@media only screen and (max-width:767px){
  /* bootstrap divs slicing from horizontal to vertical */

  .summaryscore{
    font-size: 12px!important;
  }

  .navbar-fixed-top{
    position: relative;
  }

  #desktopspeedscore{
    display: block;
    width: 140px;
    margin:0 auto;
  }
}
body {
    background-color: #f9ee23;
}
.mainwhite{
    background: #fff;
}
a {
    text-decoration: none;
}
a:focus, a:hover{
    text-decoration: none;
}
.lefyel{
    background: #f9ee23;
    color: #010101;
}
.navbar-brand {
    color: #010101 !important;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 0;
    border-bottom: 1px solid #000;
    height: 50px;
}
.navbar-brand:hover{
    color: #010101;
}
.search-secto{
    background: #f8f6f7 none repeat scroll 0 0;
    height: 50px;
    text-align: center;
}
.search-secto input{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    margin-top: 8px;
}
.search-secto input:focus{
    box-shadow: none;
}
.search-secto span{
    border: 0;
}
#search_icn {
    background: transparent;
    border: 0 none;
    border-radius: 0;
    padding: 17px 20px;
}
#search_icn span{
    color: #000000;
}
.menulinks{
    padding: 0;
    margin: 0;
}
.menulinks a{
    color: #222222;
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 25px 0;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.menulinks a:hover{
    background: #ede124;
    padding: 25px 10px;
}
#bs-example-navbar-collapse-2{
    padding: 0;
}
.navbar-toggle{
    border:1px solid #000;
}
.navbar-toggle .icon-bar{
    background: #000;
}
.tool_sect{
    background: #fff984;
    color: #222222;
}
.tool_listo{
    border-top: 2px dashed #000;
    margin-bottom: 15px;
    padding: 15px 0;
}
.tool_listo strong{
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.tool_listo pre{
    border: none;
    border-radius: 0;
    background: #fff;
    margin-bottom: 0;
    margin-top: 15px;
}
.grayinfo{
    background: #f0efed;
}
.tophed{
    font-size: 33px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nofollink{
    background: #f9ee23;
    border: 1px solid #000;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 4px;
    text-align: center;
    letter-spacing: 0.2px;
}
.nofollink:hover{
    color: #000;
    background: transparent;
}
.wid_white{
    margin: 0 -15px;
    padding: 25px 15px;
    display: block;
    border-bottom: 1px solid #f0efed;
}
.wid_gray{
    margin: 0 -15px;
    padding: 25px 15px;
    display: block;
    background: #f0efed;
    border-bottom: 1px solid #fff;
}
.wid_gray a , .wid_white a{
    color: #000;
    text-decoration: underline;
}
.itm_head{
    color: #000;
    font-size: 25px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 20px;
}
.itm_head::before{
     background: #f9ee23 none repeat scroll 0 0;
    border: 2px solid #000;
    border-radius: 50px;
    color: #f9ee23;
    content: ".";
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    width: 30px;
    text-align: center;
}
.tool_head{
    color: #000;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 25px;
}
.alert{
    border-radius: 0;
    border: none;
}

#whois_data pre{
    padding: 15px 0;
    background: transparent;
    border: none;
}
.nav-tabs > li > a{
    font-weight: bold;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}
.nav-tabs > li > a:hover{
    background: #f9ee23 !important;
    color: #000 !important;
}
/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    border-color: #f9ee23 #f9ee23 transparent;
}*/

.yellpan{
    background: #f9ee23;
    border-color: #000;
    min-height: 331px;
    color: #000;
    border-radius: 0;
}
.yellpan table tr th{
    border-top: 0;
}
.yellpan table tr td{
    border-bottom: 1px solid #000;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
    padding: 15px 8px;
    border-bottom: 1px solid #000;
}

.apphom_a{
    padding: 40px 0 50px;
}
.apphom_a a{
    background: #f9ee23;
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    margin: 0 5px 15px;
    padding: 10px 15px;
    text-decoration: none;
}
.apphom_a a:hover{
    text-decoration: none;
    background: #f2f2f2;
}
.apphom_a span{
    float: right;
    color: #4b4b4b;
    top: 4px;
}
.leftfot{
    padding: 20px 0;
    margin-top: 35px;
    border-top: 1px solid #000;
}
footer{
    background-color: #000;
    display: block;
    text-align: center;
    padding: 30px;
}
footer p{
    color: #fff;
}
footer a{
    color: #f9ee23;
    text-decoration: none;
}
footer a:hover{
    color: #f9ee23;
    text-decoration: underline;
}
.home_pager{
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: center;
}
.home_pager a{
    border: 2px solid #000;
    color: #4b4b4b;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 5px;
    min-width: 65px;
    padding: 5px 10px;
    text-transform: uppercase;
}
.home_pager a:hover{
    background: #fff;
    color: #000;
}
.minh550{
    min-height: 550px;
}
.toolxob{
    background: #fff984 none repeat scroll 0 0;
    padding: 15px;
    min-height: 300px;
    text-align: center;
    margin-bottom: 15px;
}
.toolxob h2{
    margin-bottom: 40px;
}
.btn-primary {
    background-color: #000;
    border-color: #000;
}
.btn-primary:hover{
    background-color: #000 !important;
    border-color: #000 !important;
}
.pgno{
    background: #f9ee23 none repeat scroll 0 0;
    border: 1px solid #000;
    font-weight: bold;
    padding: 2px 10px;
    text-align: center;
    width: 80px;
    letter-spacing: 0.4px;
}

.cat_li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.cat_li li{
    margin-bottom: 15px;
    display: table;
    width: 100%;
    /*padding: 15px 0;*/
    border: 2px solid #000;
}
.cat_tt{
    background: #f2f2f2 none repeat scroll 0 0;
    color: #000;
    padding-bottom: 15px;
    padding-top: 15px;
}
.cat_ff{
    background: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 111px;
    letter-spacing: 0.5px;
}
.cat_rr{
    background: #f9ee23;
    min-height: 111px;
    padding-bottom: 15px;
    padding-top: 45px;
    text-align: center;
}
.cat_li b{
    font-size: 12px;
}
.cat_li a{
    background: #f9ee23 none repeat scroll 0 0;
    border-bottom: 1px solid #f9ee23;
    color: #000000;
    padding: 0 5px;
}














.main_div{
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px #d1dce2;
    background: #f6f7f9;
}
.main_div h3{
    color: #1c1d1f;
    font-size: 21px;
    text-transform: uppercase;
}
.main_div h1{
    color: #ec4755;
}
.main_div h1 a{
    float: right;
}
.loadergif{
    vertical-align: middle;
    text-align: center;
    height: 300px;
}
.loadergif img{
    margin-top: 100px
}
.navbar-default {
    background-color: #ec4755;
    border: 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
}
.navbar-form input{
    min-width: 210px;
    border-right: 0;
}
.navbar-form{
    border:none
}
.navbar-default .navbar-nav > li > a{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover{
    background: #d43a47;
    color: #fff;
}
.rightbar{
    background: #fbfbfd
}

.tool_left{
    background: #ec4755 none repeat scroll 0 0;
    color: #fff;
    min-height: 115px;
    padding: 20px 15px; 
}
.tool_right{
    background: #fff none repeat scroll 0 0;
    margin-bottom: 15px;
    min-height: 115px;
    padding-top: 15px;
}
.cdesc{
    min-height: 196px;
}
.cdesc h5{
    color: #ec4755;
    font-weight: bold;
     font-size: 15px;
}
.cdesc ul{
    list-style: none;
    margin: 0;padding: 0;
}
.numbering{
    margin: 15px 0;
}
.numbering a{
    margin: 15px 5px;
    font-weight: bold;
}
.numbering a:hover{
    color: #d43a47;
}
.numbering a u{
    border-bottom: 2px solid #4b4b4b;
    text-decoration: none;
}
.mytable{
    background: #fff;
}
.item_top_sect{
    background: #51b5e4;
    padding: 40px 0;
}
.item_top_a{
    color: #dff1fa;
    margin-bottom: 15px
}
.item_top_a h1{
    color: #fff;
    font-size: 28px;
    margin-top: 0;
}
.item_top_a h4{
    color: #2a3137;
    font-weight: bold;
}
.item_top_b{
    color: #fff;
}
.item_top_b h5{
    color: #2a3137;
    /*font-weight: bold;*/
    font-size: 23px;
    /*margin-top: 22px;*/
}
.item_top_b p{
    color: #fff;
}
.item_top_b ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.label-yellow{
    /*color: #fef161;*/
    font-size: 12px;
    font-weight: bold;
}
.label-yellow:hover{
    /*color: #fef161;*/
    text-decoration: underline;
}
.rigt_widgt{
    padding: 20px 0;
}
.aligncenter{
    text-align: center;
}
.btn-yellow{
    background: #fef161 none repeat scroll 0 0;
    color: #2a3137;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.2px;
}
.btn-yellow:hover{
    opacity: 0.8;
}
.item_top_b{
    min-height: 275px;
}
.alignright{
    text-align: right;
}
.pad-tb{
    padding: 40px 0;
}
.item_top_c{
    margin-top: 30px;
    margin-bottom: 30px;
}
.ffbg{
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    display: table;
    padding: 15px 0;
    width: 100%;
}
.simildoms{
    padding: 15px;
    text-align: center;
}
.simildoms a{
    margin:5px 10px;
    display: inline-block;
}
.tabconts{
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    display: table;
    padding: 15px 0;
    width: 100%;
    border-top: 0
}
.redbg{
    background-color: #ec4755;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;;
}
.nav > li > a:focus, .nav > li > a:hover{
    background-color: #ec4755;
    color: #fff;
}
/*.whodat{
    background: #fff none repeat scroll 0 0;
    padding: 20px 15px;
}*/
.gaugea {
    height: 200px;
    width: 100%;
}
@media (max-width: 767px) {
   .rightbar{border-left: none;}
   .minbar_h{min-height: auto;}
    .apphom_a a{width: 98%;}
}
@media (min-width: 768px) {
   .rightbar{border-left: 1px solid #e0e1e3;}
   .minbar_h{min-height: 555px;}
    .apphom_a a{width: 98%;}
}
@media (min-width: 992px) {
   .rightbar{border-left: 1px solid #e0e1e3;}
   .minbar_h{min-height: 555px;}
    .apphom_a a{width: 47%;}
}
@media (min-width: 1200px) {
   .rightbar{border-left: 1px solid #e0e1e3;}
   .minbar_h{min-height: 510px;}
    .apphom_a a{width: 48%;}
}
.whoraw_tbl{
    font-size: 13px;
}
.whoraw_tbl tr td:first-child{
    text-transform: capitalize;
}
.whoraw_list{
    padding: 0;margin: 0;
}