body {
    background: #ffffff !important;
    font-size: 16px;
}

.dataTables_info {
    display: none;
}

.countries-data {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f2582c;
    color: #fff;
}

table#countries, table#countries-new {
    color: #fff;
    font-weight: bold;
}

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

table#countries tbody tr, table#countries-new tbody tr {
    background-color: #f2582c;
}

div#users_wrapper table.dataTable {
    font-weight: bold;
}

div#users_wrapper {
    padding-bottom: 220px;
}

table#countries-new {
    margin: 0;
}

div#users-new table, div#second-table table {
    margin: 0;
}

div#users-new table tr:first-child, div#second-table table tr:first-child {
    color: #fff !important;
    background-color: #f2582c !important;
}

div#users-new, div#second-table{
    display: none;
}

div#users-new.active, div#second-table.active{
    display: block;
}

#countries-new{
    display: none;
}

#countries-new.active{
    display: table;
}