.withpanel .page-wrapper {
    padding-top: 0;
}

.header-nav ul li a.active {
    color: #CE2601;
}

.consultation-item-success-message {
    margin-bottom: 40px;
}

.open-success-message-link {
    display: none;
}

.google-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 40px;
}

.google-table td,
.google-table th {
    padding: 21px 0 24px 45px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;

}

.google-table tr:nth-child(odd) td {
    background: #F8F6F6;
}

