
        header,
        footer {
            max-width: 1170px;
            background-color: #FFF;
        }

        header {
            background-color: #FFF;
        }

        footer {
            background-color: #FFF;
        }

        .title-holder h1 {
            font: 25px 'officina', Arial, san-serif;
            color: #314556;
        }

        .widget-content {
            background-color: #FFF;
            font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
            color: #AAA;
        }

        .widget-content h2 {
            font: 21px 'officina', Arial, san-serif;
            color: #314556;
        }

        .widget-content h4 {
            font: 18px 'officina', Arial, san-serif;
            color: #52768e;
        }

        .widget-content h5 {
            font: 16px 'officina', Arial, san-serif;
            color: #AAA;
        }

        a:hover {
            color: #6e9fbe;
        }

        .edit-profile-about,
        .remove-section,
        .add-element {
            background-image: url(/Images/templates_icons/project_icons.png) !important;
        }
    
        html, body {
            background-color: #F4F4F4;
            line-height: 20px;
        }

        #content {
            max-width: 1170px;
        }

        #content > div > div > #main {
            max-width: -width;
        }

        #column-one {
            width: 420px;
            min-width: 420px;
        }

        #column-two {
            width: 0px;
            min-width: 0px;
        }
    