﻿#DistrictTable {
    display: table;
    float: left;
    width: auto;
}

#DistrictTable_wrapper {
    display: table;
    margin: 1rem 15rem 1rem 1rem; /*top right bottom left*/
}

#DistrictTable_length {
    margin-top: .2rem;
}

#DistrictTable_info {
    clear: both;
    float: left;
    padding-top: 0.755em
}

#DistrictTable_paginate {
    float: right;
    font-size: medium;
    text-align: right;
    padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_length {
    float: right;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
}

.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;
}

div.dt-buttons {
    margin-left: 1rem;
    margin-right: .70rem;
    float: right;
}

table.dataTable.stripe tr.odd {
    background-color: #EAF1FB;
}
