@charset "utf-8";

/*
	==============================================
		General elements
	==============================================
	*/

table {
    margin: 0;
    caption-side: top;
    empty-cells: hide;
    margin-bottom: 1.6em;
    width: 100%;
}

caption {
    padding-bottom: .5em;
    font-style: italic;
    text-align: right;
}

/*
    ==============================================
        Cells
    ==============================================
    */

th {
    background-color: #e97957;
    font-weight: bold;
    color: #000;
    text-align: left;
    padding: 3px 8px 8px 8px;
}

td {
    border: 1px solid #000;
    border-top-width: 0;
    background-color: #000;
    padding: .6em .2em;
    color: #ccc;
}

.main_content table th {
    border: 2px solid #000;
}

.main_content table tr.even td {
    background-color: #210e05;
}

.dataTables_info{
    padding-bottom: 15px;
}

.paginate_button{
    padding: 0 5px 0 0;
    text-decoration: underline;
}

.paginate_active{
    padding: 0 5px 0 0;
}

.paginate_button:hover{
    cursor: pointer;
}
