body{
	
   
    overflow: visible;
    
        
    }
table{
        width: 100%;
        margin: 30px auto;
        
    

    }

    table tr{
        border: 1px solid RGBA(202, 135, 2,0.8); /*rgba(255, 165, 0,0.7)*/
        border-color:  RGBA(202, 135, 2,0.8); /*rgba(255, 165, 0,0.7)*/
        
    }
    table tr td{
        padding:10px;
        color:#000000;
    }
    th{
        color: #ffffff;
        width: 100%;
        background-color: RGBA(202, 135, 2,0.8) /*rgba(255, 165, 0,0.7)*/;
        padding:10px;
    }
     
    table tr td img{
        width:50px;
        height: 50px;
    }
    .search-box{
    
        background: #ffffff;;
        border: 1px solid RGBA(31,103,31,0.8)/*#FCAF16*/;
    }
    .scope{
        color:grey;
        background-color:#fff;
     
    }
    
    .footer {
    
        width: 100%;
        background-color:rgba(0, 0, 0, 0.7);
        color: white;
        opacity: 65%;
        
     }
     .footer-div{
         display: inline-block;
         width:20%;
         margin:5px;
    
     }
     .footer-div ul{
         list-style: none;
        
     }
    
     .footer-div ul li{
         align-items: center;
     }
    
     .footer-items li{
        list-style: none;
     }
     .footer-items li a{
    
        color: #fff;
     }
     @media only screen and (max-width: 768px) {
      footer .row{
        background-color: rgba(0, 0, 0,0.4);
      }
    
     }
    
    
      @media only screen and (max-width: 995px) {
        .logo-image {
        
          height:100px;
        }
      }
      .page-wrap{
        height: auto;
        overflow: visible;
      }
      .table-noborder{
        border: none;
        border-collapse: collapse;
      }
      .bottom-side{
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-top: none;
      }

      .pagination .active{
        background-color: RGBA(202, 135, 2,0.8);
      }

      .spaces{
        height:200px;

      }
      .spaces-ml{
        height:250px;

      }
      .spaces-md{
        height:150px;

      }
      .spaces-lg{
        height:350px;

      }
      .spaces-l{
        height:120px;
      }
      .Shortspaces{
        height:50px;

      }