.tborder_2{
    font-size:12px;
    color:black;
  }
  .tborder_2 table {
    border-collapse:collapse;
    width:100%;
    margin:0 auto 25px auto;
  }
  .tborder_2 table, .tborder_2 th, .tborder_2 td {
    border: 1px solid #cacaca;
    padding:5px 10px;
  }
  .tborder_2 tr {
    color:#817ba7;
    font:normal 12px "Roboto", sans-serif, Helvetica, sans-serif;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
    transition:All 1s ease;
  }
  .tborder_2 th {
    color:rgb(94, 94, 94);
    font-weight:bold;
    background-color:#d4dadd;
  }

/*---------------------------------------------*/


/* -- RESPONSIVE DENGAN MEDIA QUERIES -- */

@media screen and (max-width: 1024px){

}
@media screen and (max-width: 900px){

}
@media screen and (max-width: 800px){

}
@media screen and (max-width:768px){

}
@media screen and (max-width:600px){

}
@media screen and (max-width:500px){
    
}
@media screen and (max-width:414px){
.page-signin-style {margin-top:-10px;height:300px;}
.nav-tabs .nav-item{width:50%;}
}
@media screen and (max-width:400px){
.page-signin-style {margin-top:-10px;height:300px;}
.nav-tabs .nav-item{width:50%;}
}
@media screen and (max-width:380px){
.page-signin-style {margin-top:-10px;height:300px;}
.nav-tabs .nav-item{width:50%;}
}