/* CSS Document */

.color_press:after {
    content: '';
    background: #000;
    height: 1px;
    width: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.table_wrapper .table-responsive{
	
    width: 100%;
    overflow: hidden;
}

.table-bordered{border: 1px solid #000 !important;}

.table-bordered td{border: 1px solid #000 !important;
    padding: 10px 15px !important;}
