.layui-table th, .layui-table td{
	
	border: 1px solid white;
	box-sizing: border-box;
    
}
.layui-table th{
	font-size: 12px;
	background-color: #6cafe5;
	color: #fff;
	font-weight:bold;
	border: 1px white solid;
	box-sizing: border-box;
    border-width: 1px;
    border-bottom-width: 1px;
	}

.layui-table-cell{
padding: 0 5px;	

}
 .layui-table-cell {
    height: auto; 
	text-align: center;
    line-height: 28px;
    padding: 0 5px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    box-sizing: border-box;
	
  }
 .table_shows{
	 width: 100%;
	 margin: 20px auto;
 }