table.dataTable {
    margin: 0 auto 30px;
    clear: both;
    padding-top: 40px;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
    cursor: pointer;
    *cursor: hand;
}

table.dataTable thead .sorting {
    background: url("../images/sort_both.png.html") no-repeat center right;
}

table.dataTable thead .sorting_asc {
    background: url("../images/sort_asc.png.html") no-repeat center right;
}

table.dataTable thead .sorting_desc {
    background: url("../images/sort_desc.png.html") no-repeat center right;
}

table.dataTable thead .sorting_asc_disabled {
    background: url("../images/sort_asc_disabled.png.html") no-repeat center right;
}

table.dataTable thead .sorting_desc_disabled {
    background: url("../images/sort_desc_disabled.png.html") no-repeat center right;
}

table.dataTable th.center,
table.dataTable td.center,
table.dataTable td.dataTables_empty {
    text-align: center;
}

table.dataTable th.right,
table.dataTable td.right {
    text-align: right;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
}

.dataTables_wrapper .dataTables_length {
    float: left;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
    text-align: left;
    padding-top: 40px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #00abc6;
    border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #404040 !important;
    border: 1px solid #d9d9d9;
    background: #d9d9d9;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #404040;
}

.dataTables_wrapper .dataTables_scroll {
    clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none;
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button, #prize_winners_paginate span span, #prize_winners_length{
    	display: none;
    }
    #prize_winners_wrapper #prize_winners_paginate .previous, #prize_winners_wrapper #prize_winners_paginate .next{
    	display: block;
    	width: 100px;
    	float: left;
    }
    #prize_winners_wrapper #prize_winners_paginate .next{
    	float: right;
    }
    #prize_winners_filter{
    	width: 100%;
    }
    .dataTables_wrapper .dataTables_filter {
    	float: left;
    	text-align: left;
    	position: relative;
	}
	#prize_winners_filter label {
	    visibility:collapse;
	    width: 100%;
	}
	#prize_winners_filter label input{
	    float: left;
	    margin-left: 0;
	    visibility: visible;
	    width: 100%;
	}
}
