@charset "utf-8";

.contentBody .page.registrationPage {
    float: none;
    width: 1170px;
}

.contentBody .page.registrationPage .pageHeader {
    width: 1170px;
}

.contentBody .page.registrationPage .fieldsTable .inner4ColumnTable .labelColumn {
    width: 270px;
}

.contentBody .page.registrationPage .fieldsTable .inner4ColumnTable .descriptionColumn {
    width: 308px;
    min-width: 308px;
    max-width: 308px;
}

.description {
    margin-bottom: 5px;
    font-size: 15px;
    color: #666
}

.description label.invalid {
    color: #e85a48;
}

/* .gdprBar ************************************************************************************* */
.gdprBar {
    margin: 0 0 2px 0;
    border-collapse: collapse;
    padding: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    vertical-align: middle;
}

.gdprBar td {
    margin: 0;
    padding: 10px;
    width: 100px;
}

.gdprBar td.last-child {
    border-right: 0;
}

.gdprBar td.spacer {
    width: auto;
}

.infoTable
{
    border-top: 2px solid #E7E7E7!important;
    width: 100%;
}

.infoTitle
{
	padding-left: 20px;
}

.infoContent
{
	padding-left: 20px;
}