.agb-modal .scrollable {
    overflow-y: scroll;
    max-height: 500px;
    margin: 10px 0 20px 0;
}
.agb-modal form {
    text-align: center;
}
.agb-modal form label {
    width: 100%;
    text-align: left;
    display: inline-block;
}
.agb-modal .button[disabled] {
    background-color: #333333;
    background: linear-gradient(top, #4F4F4F 0%, #333333 100%);
    background: -moz-linear-gradient(top, #4F4F4F 0%, #333333 100%);
    background: -webkit-linear-gradient(top, #4F4F4F 0%, #333333 100%);
    background: -ms-linear-gradient(top, #4F4F4F 0%, #333333 100%);
    background: -o-linear-gradient(top, #4F4F4F 0%, #333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4F4F4F, endColorstr=#333333, GradientType=1);
}
.agb-modal .button {
    background: #DA291C;
    background: -moz-linear-gradient(top, #DA291C 0%, #DA291C 50%, #AF1F24 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DA291C), color-stop(50%, #DA291C), color-stop(100%, #AF1F24));
    background: -webkit-linear-gradient(top, #DA291C 0%, #DA291C 50%, #AF1F24 100%);
    background: -o-linear-gradient(top, #DA291C 0%, #DA291C 50%, #AF1F24 100%);
    background: -ms-linear-gradient(top, #DA291C 0%, #DA291C 50%, #AF1F24 100%);
    background: linear-gradient(to bottom, #DA291C 0%, #DA291C 50%, #AF1F24 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da291c ', endColorstr='#af1f24 ', GradientType=0);
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    color: #ffffff;
    padding: 7px 20px;
    line-height: 22px;
    width: auto;
    cursor: pointer;
    border: 0;
}

.tx-av-downloads  {
    margin: 0 auto;
    max-width: 718px;
}

.tx-av-downloads .container {
    margin-bottom: 15px;
}