@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
.wrapper {
    margin: 0 auto;
    max-width: 980px;
}
.link {
    text-decoration: none;
    border-bottom: 1px solid;
}
    a:link.link {
        color: #0080BE;
        border-color: #b2ccf0;
    }
        .a.link:hover {
            border-color: #008bcb;
        }
    a:visited.link {
        color: #661566;
        border-color: #B299B2;
    }
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
    .btn:active {
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    }
    .btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }
        .btn-default:hover {
            color: #333;
            background-color: #e6e6e6;
            border-color: #adadad;
        }
        .btn-default:active {
            color: #333;
            background-color: #e6e6e6;
            border-color: #adadad;
        }
.b-page {
    padding: 20px;
}
    .b-page-header {
        padding: 22px 0;
        border-bottom: 1px solid #F2F2F2;
    }
        .b-page-header-title {
            display: block;
            color: #000;
            font-size: 24px;
            line-height: 25px;
            font-weight: 400;
            margin: 0;
        }
    .b-page-body {
        padding: 50px 0 0;
        color: #212121;
        font-size: 18px;
        line-height: 30px;
        font-weight: 400;
    }
    .b-page-title {
        display: block;
        color: #000;
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 0 20px;
    }
    .b-page-text {
        margin: 0 0 20px;
    }
        .b-page-text__notice {
            margin: 45px 0;
            font-weight: 700;
        }
.b-list {
    margin: 0;
    padding: 0;
}
    .b-list-item {
        list-style: none;
        margin: 0 0 20px;
        padding: 0;
    }
    .b-list__agent .b-list-item {
        margin: 0;
    }

    .b-list__dotted {
        margin-left: 18px;
    }
        .b-list__dotted .b-list-item {
            list-style-type: square;
            margin-bottom: 15px
        }
.b-page-footer {
    padding: 20px 0 0;
    margin-top: 20px;
    border-top: 1px solid #F2F2F2;
}
.hidden_text {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
    .hidden_text__terms:after {
        content: " terms@supportidols.com"
    }
    .hidden_text__company:after {
        content: " GREENDELL VISIONS LIMITED"
    }
    .hidden_text__address:after {
        content: " Suite 108, Kingsley House 37-47 Balmoral Road, Gillingham, Kent, UK"
    }

/* terms DMCA email */
.t-dmca_email:before {
    content: "dmca@" attr(data-site);
    text-transform: lowercase;
}
