
.m-top-m
{
    margin-top: 30px;
}

.fs-table
{
    width: 100%;
}

.fs-table th
{
    border-collapse: collapse;
    border: 1px solid #E9E9E9;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 25px;
    background: #303030;
    color: white;
    line-height: 18px;
}

.fs-table td
{
    border-collapse: collapse;
    border: 1px solid #E9E9E9;
    padding: 5px;
}

.fs-table td:first-child
{
    font-weight: bold;
}

.large-notice
{
    line-height: 1.25;
}