@media (max-width: 1199px) {
    .slk-mode-ctledit {
        padding-top: 51px;
    }

        .slk-mode-ctledit.pinned {
            padding-top: 105px;
        }
}

@media (min-width: 1200px) {
    .slk-mode-ctledit {
        padding-top: 101px;
    }

        .slk-mode-ctledit.pinned {
            padding-top: 155px;
        }
}


.slk-pane {
    width: 100%;
}


h2.title {
    font-size: 24px;
    padding-top: 4px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}

.slk-modactions {
    margin-bottom: 24px;
}

    .slk-modactions a {
        margin: 0 4px 4px 0;
    }


/* DNN Style fixes */

.dnnDropDownList .selected-item a, .dnnDropDownList .selected-item a:link, .dnnDropDownList .selected-item a:visited, .dnnDropDownList .selected-item a:hover, .dnnDropDownList .selected-item a:active {
    height: auto !important;
}
