.page-main
{
    background-color: #ffffff;
}

.close
{
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    border: none;
    border-radius: 4px;
}

.country-flag
{
    height: 30px;
}

.kv-table
{
    width: 100%;
    display: table;
}

.kv-table th
{
    text-align: left;
}

.kv-table td
{
    text-align: right;
}

.kv-table th,
.kv-table td
{
    padding: 2px 6px;
}



.nav .sb-nav-link-icon
{
    width: 20px;
}