body {
    overflow: hidden;
}

#header_content {
    width : 90%;
}

div#userMenusHeader {
    display: none;
}

div#userMenusBelowHeader{
    z-index: 2;
    display: block;
    margin-top: 60px;
}

a.firstMenu {
    margin-left: 43px;
}

a.otherMenu {
    margin-left: 20px;
}

#content {
    width : 90%;
    min-height: 380px;
}

.symfony-content {
    width: 100%;
    padding-top: 20px;
}

.paddingTop {
    padding-top: 30px;
}

#copyright {
    width: 60%;
}

#breadcrumbs {
   width : 90%; 
}

#footer_info_content {
    width : 90%;
}

#changeLangMobile {
    float: right;
    margin-top: 8px;
}

#footer_content {
    width : 90%;
    font-size: 10px;
}

#footerinfo {
    min-height: 42px;
}

/* Main Containers */
.box_bg {
    max-width:80%;
}

div.message {
    max-width:100%;
    font-size: 14px;
}

#helium_form_container {
    width: 324px;
}

#helium_form {
    width: 320px;
    background: #f0f0f0;
}

#enrole_form {
    width: 320px;
    background: #f0f0f0;
}

/* Customer bookmarks pages  */

td.cb_service_logo {
    width: 54px;
}

img.cb_service_logo {
    width: 54px;
    height: 54px;
    border: 0px;
    border-radius: 0px;
    background: transparent;
    background-image: none;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 0px transparent;
}

input.input_cb_login {
    width: 250px;
    max-width: 250px;
}

/* Forms */
input[type=submit].smallPadding {
    padding: 2px;
}