.about-content-wrapper .sidebar-wrapper {
    padding: 5px;
}

.about-content-wrapper .sidebar-wrapper ul {
    width: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    border: 1px solid #3c3f97;
}

.about-content-wrapper .sidebar-wrapper ul li a {
    margin-right: 0;
}

.about-content-wrapper .sidebar-wrapper ul li a:hover {
    background-color: #292b6d !important;
    font-weight: 600;
    font-size: 14px;
    color: #fff !important;
    border: 1px solid #292b6d !important;
    border-left: 3px solid #ef6436 !important;
}

.about-tab-content {
    background: #fff;
    border: solid 1px #e3e5e8;
    border-radius: 10px;
}

.about-tab-content .content-headings {
    color: #000;
    padding: 11px 20px 11px;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: #e3e5e8 solid 1px;
}

.about-tab-inner-data {
    padding: 10px 20px;
}

.about-tab-content .about-tab-inner-data p {
    font-size: 15px;
    font-weight: 400;
    color: #5c5c5c;
}

.ranking-listing {
    margin: 0;
    padding: 0 20px;
}

.ranking-listing li {
    color: #f16133;
    font-size: 20px;
    margin-bottom: 15px;
}

.ranking-listing li span {
    color: #5c5c5c;
    font-size: 15px;
    font-weight: 400;
}

.about-tab-content .icon-text-block {
    border:1px solid #ffd1d1;
    margin: 20px 0;
    padding: 20px;
}

.about-tab-content .icon-text-block span:first-child{
    width: 56px;
    margin-right: 15px;
}

.about-tab-content .icon-text-block span {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}

.about-tab-content .icon-text-block span:last-child {
    width: calc(100% - 75px);
}

.overview-table .table th, .overview-table .table td {
    text-align: center;
    height: 50px;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
}

.overview-table .table th{
    font-weight: 600;
    background-color: #c9c9c9;
}

.overview-table .table tr:last-child td {
    background-color: #e6e6e6;
    font-weight: 600;
}

.overview-table .table td {
    font-weight: 400;
}

.overview-table .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.overview-table .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}

.overview-table #definitions-table.table tbody tr:last-child td{
    background-color: inherit;
    font-family: inherit;
}

.overview-table #definitions-table.table tbody tr td{
    text-align: left;
    min-width: 80px;
}

.overview-table #definitions-table.table thead tr th{
    text-align: left;
    min-width: 80px;
}

.overview-table #definitions-table.table tbody tr td a{
    font-weight: 400;
    color: #ef6436;
    font-size: 14px;
    display: block;
}

.overview-table #definitions-table.table tbody tr td:last-child{
    min-width: 220px;
}

.overview-table #definitions-table.table tbody tr td:nth-child(2){
    min-width: 120px;
}

.overview-table.definition select {
    border: 1px solid #d1d1d1;
    padding: 5px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    color: #000;
}

.overview-table.definition label {
    font-size: 16px;
    font-weight: 400;
    color: #484848;
    margin-bottom: 20px;
}

.overview-table.definition .dataTables_info {
    color: #484848;
    font-size: 14px;
    font-weight: 400;
}

.overview-table.definition .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff !important;
    font-weight: 700;
    font-size: 14px;
    color: #484848 !important;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.overview-table.definition .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #ef6436 !important;
    font-weight: 700;
    font-size: 14px;
    color: #fff !important;
}

.overview-table.definition .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.overview-table.definition .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    padding: 0 !important;
    font-size: 24px !important;
    color: #000 !important;
    background: #fff !important;
    vertical-align: middle;
    font-weight: bold;
}

.overview-table.definition .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
.overview-table.definition .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
    opacity: 0.4 !important;
}