
/* table style */ 
table{
  box-shadow: 0 0 0 5px rgba(0,0,0,0.05);
}
table td, table th{
  padding: 0.55rem;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  border: 2px solid #f0f0f0;
}
.table p{ margin:0;}
.table1.table-hover>tbody>tr:hover>*{
  color:#fff;
}
.table1 {
    background: linear-gradient(to right, #2980b9, #2c3e50);
    padding: 0;
    border: none;
    box-shadow: 0 0 0 5px rgba(0,0,0,0.05),0 0 0 10px rgba(0,0,0,0.05);
    width: 100%;
}
.table-grey{background: linear-gradient(to right, #666666, #2c3e50);}
.table-red{background: linear-gradient(to right,#d4341c,#000);}
.table1 thead tr th{
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px;
    border: none;
}
.table1 tbody tr td{
    color: #fff;
    font-size: 14px;
    padding: 10px 12px;
    vertical-align: middle;
    border: 1px solid #000;
    text-align: center;
}	
.table1 tbody tr:nth-child(even){ background-color: rgba(255,255,255,0.05); }
.table1 tbody .action-list{
    padding: 0;
    margin: 0;
    list-style: none;
}
@media screen and (min-width: 1200px){
.table-responsive{
    overflow-x: inherit;
  }
  .table1{    position: relative;
    left: 50%;
    transform: translateX(-50%);}
}
