 body {
     overflow-x: hidden;
 }
 
 .container-fluid {
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
 }
 
 .navbar-toggle {
     margin-left: 10px;
     float: left;
 }
 
 .cse .gsc-control-cse,
 .gsc-control-cse {
     background-color: #f8f8f8 !important;
     border: 0px !important;
     padding: 5px 0px !important;
 }
 
 #___gcse_1>div>div>form>table.gsc-search-box>tbody>tr>td.gsc-search-button>input {
     background-color: #fff;
     padding: 5px 9px;
     height: 35px;
     border-radius: 5px;
     border-color: #d4d4d4;
     font-size: 14px;
     font-weight: normal;
     color: #333339;
 }
 
 .top-right-ad {
     margin-top: 20px;
 }
 
 #gsc-i-id2 {
     height: 35px;
     border-radius: 3px;
 }
 
 .row.display-flex {
     display: flex;
     flex-wrap: wrap;
 }
 
 .thumbnail {
     height: 100%;
 }
 
 .mar10px {
     margin: 10px;
 }
 
 a.navbar-brand {
     padding: 5px;
 }
 
 footer {
     margin: 20px 0;
 }
 
 .thumbnail {
     overflow: hidden;
     text-overflow: ellipsis;
     border: 0;
 }
 
 .thumbnail div.caption {
     margin: 0px;
     font-size: 12px;
 }
 
 .thumbnail .thumb_caption {
     margin: 0 0 0 10px;
     font-size: 10px;
 }