
.dnnHTMLSettings, .dnnMyWork {
    margin: 2em auto;
}

.dnnEditHtml {
    margin: 0 auto;
}

.dnnFormItem input[type=checkbox], .dnnPageSettings .dnnFormItem input[type=radio] {
    width: auto;
}

.dnnFormItem .dnnHTMLSRadioButtons label, .dnnFormItem .dnnPSRadioButtons input, .dnnFormItem .dnnHTMLSRadioButtons label, .dnnFormItem .dnnHTMLSRadioButtons input {
    float: left;
    padding: 0;
    width: 2%;
    text-align: left;
}

.dnnFormItem .dnnHTMLSRadioButtons label {
    width: auto;
    padding: 0 15px 0 6px;
    font-weight: normal
}

.dnnHTMLSRadioButtons br {
    display: none !important;
    font-size: 0;
    line-height: 0;
    border-collapse: collapse;
}

.ehmContent {
    overflow: auto;
    height: 100px;
}

.divCurrentVersion {
    min-height: 61px;
}

.ehActions {
    height: 60px;
}

.ehccContent fieldset:last-child {
    margin-bottom: 0;
}

.ehCurrentContent {
    overflow: scroll;
}

.dnnTextEditor {
    margin-bottom: 0;
}

.dnnTextPanelView-basic {
    padding-right: 0 !important;
    border: 0 !important;
}

.ehActions .dnnFormItem select {
    width: auto;
    margin: 0;
}

.ehActions .separator {
    display: inline-block;
    width: 20px;
}

.ehActions a.aspNetDisabled {
    color: #ccc;
    cursor: not-allowed;
    padding: 6px 6px;
    display: inline-block;
    margin-bottom: 9px;
    min-width: 75px;
    border: 1px solid #c2c2c2;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: normal;
    text-align: center;
}
.nomi-mercati {
    display: flex;
    align-items: stretch;
    padding: 0 10% 0 10%;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.nomi-mercati a {
    display: flex;
    align-items: center;
    background-color: #EAEAE9;
    font-weight: 600;
    color: #030504 !important;
    text-align: center;
    font-size: 15px;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

.nomi-mercati a:hover:not(.active-mercato) {
    background-color: #BDD78E;
}

@media(max-width: 768px) {
    .nomi-mercati {
        display: none;
    }