.abierto {
    color: #5C5 !important;
}

.cerrado {
    color: #999 !important;
}

.noleido {
    color: #C55 !important;
}

/*.tablepress td {
    cursor:pointer;
}*/

.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
    background-color: #d9edf7 !important;
}

.dataTables_wrapper input {
    border:1px solid #999;
    padding:5px;
}

.dataTables_filter {
    margin-bottom:10px;
}

.tablepress {
    table-layout: auto !important;
}

@media screen and (max-width: 991px) {
    #tablepress-2 .column-1 {
		width:100% !important;
	}
    #tablepress-12 .column-2 {
		width:auto !important;
        display:block !important;
	}
    

}

