.btn{
    border-radius: 3px;
    border:1px solid rgb(58, 56, 56);
    font-family: Roboto Condensed;
    font-size: 1rem;
    font-weight: bold;
    color: beige;
    background-color: rgb(58, 56, 56);
    padding:0.5vw;
    
    }
    .search{
      border-radius:5px 0px 0px 5px;
      padding:0.75vw 0.1vw;
      background-color: white;
      border:none;
      box-sizing: border-box;
    }
  .count{
    float: right;
    margin-bottom: 50px;
  


  }
.inner1,.inner2{
      border: none;
      display: inline-block;
      padding-right: 2px;
      background-color: rgb(243, 237, 237);
    }
    .nav{
        
        text-align: center;
        margin-top: 66px;
        border-radius: 4px;
        padding-bottom: 1px;
    }
    .nav-box{
        background-color: rgb(37, 37, 37);
        padding: 15px;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    .nav-box a:hover ,a:hover{
        color:aquamarine;
    }
    
    .nav-box a {
        color:white;
        text-decoration: none;
        background-color: rgb(58, 56, 56);
        padding: 0.7vw;
        font-weight: bold;
        border-radius: 4px;
        margin-top: 1px;
      }
    hr{
      border: 5px solid rgb(210, 211, 210);
    border-radius: 5px;
    margin-left: 0.7vw;
    margin-right: 0.7vw;
    cursor: pointer;
    }
    div {
        display: block;
    }
    .footer
    {
        text-align: center;
        color: blanchedalmond;
        cursor: pointer;
        background-color: rgb(56, 56, 56);
        border-radius: 3px;
    }
    a{
      text-decoration:none;
      color: blanchedalmond;
    }
    #fa {
      padding: 1rem;
      font-size: 1rem;
      width: 1rem;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
        display: inline-block;
        color: white;
        border-radius: 50%;
    
    }
    .fa-facebook {
        background: #3B5998;
    }
    .fa-twitter {
        background: #55ACEE;
    }
    .fa-google {
        background: rgb(187, 43, 43);
      }
      .fa-rss {
          background: orange;
        }
      .fa-youtube {
            background: red;
    }
    .table{
    background-color: rgb(192, 185, 185);
    border-radius: 5px;
    margin-left: 0.7vw;
    margin-right: 0.7vw;
    
    }
    table{
        border-collapse:collapse;
        box-sizing: border-box;
        text-indent: initial;
        border-color: grey;
         display: table;
        width:89.5vw;
           table-layout: fixed;
        overflow: auto;
    }
    td{
      word-wrap: break-word;
      padding:1.3vw;
      text-align: left;
    }
    
    h3 {
        font-family: Georgia, Times, Times New Roman, serif;
        font-weight: normal;
        color: rgb(93, 93, 93);
        cursor: pointer;
    
    }
    h2 {
        font-family: medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif !important;
    }
    
    
    .loginBtn {
        box-sizing: border-box;
        position: relative;
       
        margin: 0.em;
        padding:5px 10px;
        border-bottom-left-radius:1px solid rgb(199, 199, 199) ;
        text-align: center;
        
        
        border-radius: 2%;
        font-size: 16px;
        color: #FFF;
        cursor: pointer;
    }
    .loginBtn--google {
        font-family: "Roboto", Roboto, arial, sans-serif;
        background: rgba(255, 255, 255, 0.884);
        display: table;
        margin: 0 auto;
        color: rgb(83, 83, 83);
        font-weight: bold;
        cursor: pointer;
    }
    .icon1{
      background-color: #3B55A0;
      border-radius: 0;
      border: none;
      padding: 5px;
      height: 100%;
    }

    .loginBtn--facebook {
        background-color: #4C69BA;
        background-image: linear-gradient(#4C69BA, #3B55A0);
        font-family:  Arial, sans-serif;
        
        display: table;
        margin: 0 auto;
        font-weight: bold;
        cursor: pointer;
    }
    .loginBtn--google:hover, .loginBtn--google:focus {
        background: rgb(255, 255, 255);
        color: black;
        cursor: pointer;
    }
    .loginBtn:active {
        box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }
    .loginBtn--facebook:hover, .loginBtn--facebook:focus {
        background-color: #5B7BD5;
        background-image: linear-gradient(#5B7BD5, #4864B1);
        cursor: pointer;
    }
    .loginBtn:active {
        box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }
    #totalvotes
    {
      float:left;
      background-color:white;
      padding:20px;
    
      width:200px;
      height:50px;
      box-shadow:0px 0px 10px 0px #122A0A;
      display:none;
      
    }
    
    #totalvotes #total_rating
    {
      font-weight:bold;
      margin:0px;
    }
    
    #totalvotes #total_like
    {
      float:left;
      margin-top:10px;
      color:green;
      padding:10px;
    }
    #totalvotes #total_dislike
    {
      float:left;
      margin-top:10px;
      color:red;
       padding:10px;
    }