/* Google font */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

/* Our network */

#our-network {
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    font-size: 12px;
    background: #ECCB39;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 1.6em;
}

#our-network a {
    color: #333;
    font-size: 12px;
    font-weight: 400;
}

#our-network a:hover {
    color: #000;
    text-decoration: none;
}

#our-network .col {
    display: inline-block;
    padding: 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#our-network .col span.title {
    display: block;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 2px;
}

#our-network .col.billing-area {
    display: inline-block;
    padding: 15px;
    border-right: 0;
    float: right;
}

#our-network .col.billing-area span.title {
    font-weight: normal;
    margin-top: 10px;
}