.main {
    padding: 30px;
    width: 100%;
    height: 100%;
    min-height: 450px;
    margin: 0 auto;
    color: black;
}

input[type=text], input[type=file] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
    border-bottom: none;
}

#menu ul, #mktcol ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #f1f1f1;
    border: 1px solid #555;
}

#menu li a, #mktcol li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

#menu li, #mktcol li {
    text-align: left;
    border-bottom: 1px solid #555;
}

    #menu li:last-child, #mktcol li:last-child {
        border-bottom: none;
    }

    #menu li a.active, #mktcol li a.active {
        background-color: #17E9E1;
        color: white;
    }

    #menu li a:hover:not(.active), #mktcol li a:hover:not(.active) {
        background-color: #555;
        color: white;
    }

.ad-updatebox-invisible {
    display: none;
}

#editControls, #editCControls {
    position: absolute;
    top: 5px;
    left: 0;
    padding: 20px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-family: 'Open Sans', Verdana, Sans-Serif;
    font-size: 13px;
    z-index: 1000;
    box-shadow: 3px 4px 6px 0 rgba(50, 50, 50, 0.75);
}

    #editControls .close-button, #editCControls .close-button {
        float: right;
        display: block;
        margin: 0 10px;
        padding: 0 8px 3px;
        font-family: 'Arial Rounded MT', Arial, sans-serif;
        font-size: 18px;
        font-weight: bold;
        border-radius: 8px;
        color: #333;
    }

        #editControls .close-button:hover, #editCControls .close-button:hover {
            text-decoration: none;
            color: #fff;
            background-color: #333;
        }

#viewtemplate .containertitle, #edittemplate .containertitle {
    font-family: Calibri, sans-serif;
    font-size: 32px;
    color: #1466b1;
    font-weight: normal;
    line-height: normal;
    margin: 5px 0;
}
