﻿.brand .name {
    display: block;
    /*float: left;*/
    padding: 15px;
    /*height: 85px;*/
    /*width: 128px;*/
    /*padding-left: 40px;*/
    border-right: 1px solid white;
    color: white;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
}

.main-content {
    margin-bottom: 20px;
}