#estimated_spending {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#estimated_spending:first-child p,
#estimated_spending:first-child h4 {
    padding-left: 15px;
}

#estimated_spending:first-child h4 {
    font-size: 24px;
}

.estimated-spending {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 30px;
}

.estimated-spending .star-rating {
    /* width: calc(92% / 5); */
    display: flex;
    flex-direction: row;
    /* flex-direction: column; */
    align-items: center;
    padding: 5px 0;
    margin-bottom: 2%;
    /* border: 1px solid #d0d0d0; */
    /* box-shadow: 0 1px 3px 0px rgba(0, 0, 0, .1); */
    /* border-radius: 5px; */
}

.estimated-spending .star-rating:nth-last-child() {
    margin-bottom: 0;
}

.estimated-spending .star-rating i {
    font-size: 2.5em;
    color: #af96da;
    padding: 0 10px;
    transition: all 0.2s ease;
}

.estimated-spending .star-rating:hover i,
.estimated-spending .star-rating:hover span {
    color: #ffd700;
}


.estimated-spending .star-rating span {
    position: absolute;
    right: 40px;
    font-size: 18px;
}

.estimated-spending .star-number {
    height: 130px;
}

.dataTables_wrapper {
    padding: 0;
}

table.dataTable tbody tr {
    cursor: default;
}

table.dataTable tbody tr p{
    font-size: 11px;
    font-weight: 800;
    color: #4d5e6a;
    margin-bottom: 0;
}

.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td{
    height: 40px;
}

#available_sites p,
#available_sites h4 {
    text-transform: uppercase;
    padding-left: 30px;
}

#available_sites h4 {
   font-size: 20px;
}

.dataTables_wrapper {
    position: unset;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: none;
    padding-top: 0.755em;
    display: block;
    padding: 0.7em 0.7em 0;
}

.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    width: calc(100% - 2em);
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    width: 40px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1500px){
    .dataTables_wrapper {
        padding: 0 15px;
    }
}