html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
    line-height: 1.7em;
    font-weight: 400;
    font-family: "Lexend";
    color: #333333;
	background: linear-gradient(90deg, #111111 0%, #222222 100%);
}

* {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #000000;
    font-weight: 800;
    text-transform: none;
    /*font-family: "Special Gothic Condensed One";*/
}

/*h1 {text-transform: uppercase;}*/

.logo {
    text-shadow: 0px 0px 25px #0099FF;
    color: #000000;
}

p {
    margin: 0;
}

.grey {color: #777777;}
.darkgrey {color: #555555;}
.red {color: #FF4444;}

.alt-font-league-gothic {font-family: "League Gothic";}

/*.grad-light-001 {background-color: #EEEEEE; background-image: url('../gfx/steel.jpg'); background-position: center top; background-repeat: no-repeat; background-size: 100%; border-top: 2px solid #000000; border-top: 2px solid #999999;}*/
.grad-light-001 {background-color: #FFFFFF;}

.grad-dark-001 {background: linear-gradient(90deg, #111111 0%, #222222 100%);}

.grad-grey-001 {background: linear-gradient(90deg, #CCCCCC 0%, #DDDDDD 100%);}

.grad-light-001-waves {background-color: #EEEEEE; background-image: url('../gfx/black_waves.png'); background-position: center top; background-repeat: no-repeat; background-size: 120%;}
.grad-dark-001-waves {background-color: #111111; background-image: url('../gfx/black_waves.png'); background-position: center top; background-repeat: no-repeat; background-size: 120%;}

.grad-dark-001-dots {background-color: #111111; background-image: url('../gfx/dots.png'); background-position: left top; background-repeat: repeat;}

.grad-bk-001-dots {background-color: #EEEEEE; background-image: url('../gfx/dots_negative.png'); background-position: left top; background-repeat: repeat;}
.grad-bk-001-waves {background-color: #EEEEEE; background-image: url('../gfx/black_waves.png'); background-position: center top; background-repeat: no-repeat; background-size: 120%;}

.grad-bk-001-home {background-color: #EEEEEE; background-image: url('../gfx/home.jpg'); background-position: center top; background-repeat: no-repeat; background-size: 120%;}

.grad-dark-002 {background-color: #333333;}

.grad-dark-desk {background-color: #111111; background-image: url('../gfx/dark_desk.jpg'); background-position: center top; background-repeat: no-repeat; background-size: 100%; border-top: 2px solid #000000;}
.grad-dark-red {background-color: #111111; background-image: url('../gfx/desktop_header.png'); background-position: center top; background-repeat: no-repeat; background-size: 100%; border-top: 2px solid #000000;}

.grad-yellow {background: linear-gradient(90deg,rgba(255, 255, 102, 1) 0%, rgba(255, 255, 173, 1) 100%);}

.intro {color: #000000; font-weight: 600;}
.warning {color: #FF2222; font-weight: 600;}

.small {font-size: 0.8em;}
.smaller {font-size: 0.6em;}

.bigger {font-size: 3em;}

.label {font-size: 0.8em; font-weight: 600;}
.under_label {font-size: 0.8em; padding-top: 3px;}

.job-line-title {font-family: "League Gothic"; font-size: 1.3em; color: #FFFFFF;}
.job-line-2 {font-family: "League Gothic"; font-size: 1.2em; color: #CCCCCC;}
.job-line-3 {font-family: "League Gothic"; font-size: 1.1em; color: #999999;}

a, a:visited {
    color: #0033FF;

    text-decoration: none;
}

a:hover, a:active {
    color: #1144FF;
    text-decoration: underline;

}

._input1 {
    font-weight: 400;
    color: #000000;
    font-size: 1em;
    padding: 9px 11px;
    background-color: #AAAAAA;
    border: none;
    border-radius: 4px;
    box-shadow: 2px 2px 3px #666666;
    font-family: "Lexend";
}

._input1_small {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 0.8em;
    padding: 6px 8px;
    background-color: #444444;
    border: none;
    border-radius: 4px;
    box-shadow: 2px 2px 1px #000000;
    font-family: "Lexend";
}

._button1 {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 1em;
    padding: 10px 12px;
    background-color: #0033FF;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    box-shadow: 1px 1px 2px #000000;
    text-transform: uppercase;
    font-family: "Lexend";
    text-shadow: 1px 1px 2px #00000099;
}

._button1:hover {
    background-color: #1144FF;
    cursor: pointer;
}

._button1_small {
    font-weight: 600;
    color: #000000;
    font-size: 0.8em;
    padding: 6px 8px;
    background-color: #FFFF66;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    box-shadow: 1px 1px 2px #000000;
    text-transform: none;
    font-family: "Lexend";
    text-shadow: 1px 1px 2px #00000099;
}

._button1_small:hover {
    background-color: #FFFF99;
    cursor: pointer;
}

._button2 {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 1em;
    padding: 7px 9px;
    background-color: #0066DD;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    box-shadow: 1px 1px 2px #000000;
    text-transform: none;
    font-family: "Lexend";
    text-shadow: 1px 1px 2px #000000;
}

._button2:hover {
    background-color: #2288FF;
    cursor: pointer;
}

._button2-small {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 0.8em;
    padding: 5px 7px;
    background-color: #0066DD;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    box-shadow: 1px 1px 2px #000000;
    text-transform: none;
    font-family: "Lexend";
    text-shadow: 1px 1px 2px #000000;
}

._button2-small:hover {
    background-color: #2288FF;
    cursor: pointer;
}

.alt-colours {color: #CCCCCC;}

.alt-colours h1,
.alt-colours h2,
.alt-colours h3,
.alt-colours h4,
.alt-colours h5,
.alt-colours h6 {
    color: #FFFFFF;
}

.alt-colours .logo {
    text-shadow: 0px 0px 25px #0099FF;
    color: #000000;
}

.alt-colours .intro {color: #FFFFFF;}

.alt-colours strong {color: #FFFFFF;}

.alt-colours .label {font-size: 0.8em; font-weight: 600; color: #EEEEEE;}
.alt-colours .under_label {font-size: 0.8em; padding-top: 3px;}

.alt-colours .grey {color: #555555;}

.alt-colours .right-align {text-align: right;}

.black-links a {
    color: #000000;
}

ul {
    list-style-type: circle;
}

ul li {
    list-style: inside;
    font-weight: 600;
}

.header-links a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    margin-right: 30px;
    text-transform: uppercase;

}

.header-links a:last-of-type {
    padding-right: none;
    border-right: none;
}

.header-links a:hover, .header-links a:active {
    text-decoration: underline;
}

.header-links-right a, .header-links-left a:visited {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    margin-left: 25px;
}

.header-links-right a:hover, .header-links-left a:active {
    color: #000000;
    text-decoration: underline;
    font-weight: 600;
    margin-left: 25px;
}

.header-links-right-alt a, .header-links-left a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    margin-left: 30px;
}

.header-links-right-alt a:hover, .header-links-left a:active {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: 500;
    margin-left: 30px;
}

.mobile-link-first a, .mobile-link-first a:visited {
    color: #000000;
    display: block;
    padding: 12px 0px;
    text-decoration: none;
    font-weight: 600;
    text-transform: none;
    font-size: 1.2em;
}

.mobile-link-first a:hover, .mobile-link-first a:active {
    color: #000000;
    display: block;
    padding: 12px 0px;
    text-decoration: underline;
    font-weight: 600;
    text-transform: none;
    font-size: 1.2em;
}

.mobile-link a, .mobile-link a:visited {
    color: #000000;
    display: block;
    padding: 12px 0px;
    text-decoration: none;
    font-weight: 600;
    border-top: 1px solid #AAAAAA;
    text-transform: none;
    font-size: 1.2em;
}

.mobile-link a:hover, .mobile-link a:active {
    color: #000000;
    display: block;
    padding: 12px 0px;
    text-decoration: underline;
    font-weight: 600;
    border-top: 1px solid #AAAAAA;
    text-transform: none;
    font-size: 1.2em;
}

.footer-links-special a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;

    text-transform: none;

}



.footer-links-special a:hover, .header-links a:active {
    text-decoration: underline;
}

.sidebar-links a {
    display: block;
    padding: 8px 0px;
    border-bottom: 1px solid #CCCCCC;
    color: #000000;
    font-weight: 600;
    font-size: 1.1em;
}

.sidebar-links a:last-of-type {
    border-bottom: none;
}

.normal-box {
    background-color: #EEEEEE;
}

.holiday-box {
    border-left: 5px solid #FFFF99;
    background-color: #111111;
}

.type1-box {

    background-color: #CCCCCC;
    box-shadow: -5px -5px 0px #0066FF;
}

.type2-box {

    background-color: #CCCCCC;
    box-shadow: -5px -5px 0px #00AA00;
}

.type3-box {

    background-color: #CCCCCC;
    box-shadow: -5px -5px 0px #FF4444;
}

.corner-colour-red {
    background-image: url('../gfx/corner-red.png'); background-position: bottom right; background-repeat: no-repeat;
}

.corner-colour-orange {
    background-image: url('../gfx/corner-orange.png'); background-position: bottom right; background-repeat: no-repeat;
}

.corner-colour-blue {
    background-image: url('../gfx/corner-blue.png'); background-position: bottom right; background-repeat: no-repeat;
}

.corner-colour-green {
    background-image: url('../gfx/corner-green.png'); background-position: bottom right; background-repeat: no-repeat;
}

.corner-colour-green-tick {
    background-image: url('../gfx/corner-green-tick.png'); background-position: bottom right; background-repeat: no-repeat;
}

.appointment-box {
    background-color: #BBBBBB;
    background-color: #222222;
    box-shadow: -5px -5px 0px #000000;
}

.diary-box {
    background-color: #222222;
    box-shadow: -5px -5px 0px #FF3CBE;
}

.leave-box {
    background-color: #777777;
    box-shadow: -5px -5px 0px #444444;
}

.week-box {
    /*border-top: 5px solid #AAAAAA;*/
    border-top: none;
}

.gpBox {
    padding: 20px 22px;
    border-radius: 8px;
    background-color: #EEEEEE;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    box-shadow: 2px 2px 5px #666666;
    background-image: url('../gfx/hatch.png'); background-position: left top; background-repeat: no-repeat;
}

.priority_notes_box {
    padding: 20px;
    border-radius: 4px;
    /*background-color: #EEEEEE;*/
    background: linear-gradient(110deg, #FF4444 0%, #DD2222 100%);
    color: #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    box-shadow: 2px 2px 1px #CCCCCC;
}

.priority_notes {
    font-family: "Shadows Into Light";
    font-size: 1.6em;
    color: #FF4444;
    font-weight: 600;
}

.notes {
    font-family: "Shadows Into Light";
    font-size: 1.6em;
    font-weight: 400;
}

.gpBox-lighter {
    padding: 20px;
    border-radius: 7px;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 5px #999999;
}

.gpBox-dark {
    padding: 20px;
    border-radius: 5px;
    background-color: #0A0A0A;
    box-shadow: 1px 1px 0px #444444;
}

.form_box {
    border-left: 2px solid #0066FF;
    padding-left: 20px;
}

.user-record-left {
    float: left;
    width: 25%;
}

.user-record-right {
    float: left;
    width: 70%;
    margin-left: 5%;
}

.full-image {
    border-radius: 5px;
    box-shadow: 1px 1px 4px #AAAAAA;
}

.alt-colours .full-image {
    border-radius: 7px;
    box-shadow: 1px 1px 4px #000000;
}

.diary-special {
    padding: 30px;
    border-radius: 10px;
    background-color: #FFE48D;
    box-shadow: 1px 1px 5px #999999;
    font-family: "Shadows Into Light";
    font-weight: 600;
    font-size: 1.6em;
    line-height: 1.6em;
    text-align: left;
}

.table-row-header {
    padding: 10px 12px 20px 12px;
    font-size: 1em;
    color: #999999;
}

.table-row {
    border-bottom: 1px solid #BBBBBB;
    padding: 10px 0px;
    font-size: 1em;
}

.table-row-one {
    padding: 5px 7px;
    font-size: 1em;
}

.table-row-two {
    background-color: #CCCCCC;
    padding: 5px 7px;
    font-size: 1em;
}

.table-row-new {
    border-bottom: 1px solid #BBBBBB;
    border-top: 1px solid #FFFFFF;
    background-color: #DDDDDD;
    padding: 8px 12px;
    font-size: 1em;
    border-radius: 5px;
    margin-bottom: 4px;
}

.table-row-header-new {
    padding: 8px 12px;
    font-size: 1em;
    color: #999999;
}

.job-box {
    padding: 6px 8px 6px 10px;
    border-radius: 6px;
    margin-top: 25px;
    /*box-shadow: 1px 1px 2px #000000;*/
    margin-right: 0px;

}

.notes-box {
    padding: 3px 6px;
    border-radius: 4px;
    margin-top: 7px;
    box-shadow: 1px 1px 3px #777777;
    margin-right: 10px;
    color: #FF4444;
}

.tag-open {padding: 2px 4px; background-color: #0066FF; color: #FFFFFF; border-radius: 2px;}
.tag-archived {padding: 2px 4px; background-color: #666666; color: #FFFFFF; border-radius: 2px;}

/* ----------------------- Mobile Phone START ----------------------- */

@media screen and (max-width: 599px){

    body {
        font-size: 1.5em;
        line-height: 1.6em;
    }

    .only_mobile {display: block;}
    .only_tablet {display: none;}
    .only_laptop {display: none;}
    .only_desktop {display: none;}

    .other_than_desktop {display: block;}
    .other_than_mobile {display: none;}

    .main-full {
        margin: 0;
        padding-left: 4%;
        padding-right: 4%;
        padding-top: 30px;
        padding-bottom: 50px;
        width: 92%;
    }

    .main-full-alt {
        margin: 0;
        padding-left: 4%;
        padding-right: 4%;
        padding-top: 15px;
        padding-bottom: 10px;
        width: 92%;
    }

    .main-full-special {
        margin: 0;
        padding-left: 4%;
        padding-right: 4%;
        padding-top: 30px;
        padding-bottom: 30px;
        width: 92%;
    }

    .sign-in-container {
        width: 100%;
    }

    .left-sidebar {display: none;}
    .right-content {width: 100%;}

    h1 {font-size: 2.3em; line-height: 1.4em;}
    h2 {font-size: 2em; line-height: 1.4em;}
    h3 {font-size: 1.7em; line-height: 1.4em;}
    h4 {font-size: 1.5em; line-height: 1.4em;}
    h5 {font-size: 1.35em; line-height: 1.4em;}
    h6 {font-size: 1.2em; line-height: 1.4em;}

    .shadow-hr {
        width: 150px;
        margin-left: none;
        margin-bottom: 10px;
    }

    .half-left {width: 100%;}
    .half-right {width: 100%; margin-top: 40px;}

    .day-col {width: 100%; margin-bottom: 40px;}
    .day-col-last {width: 100%;}

    .quarter-1 {width: 100%; float: left;}
    .quarter-2 {width: 100%; float: left;}
    .quarter-3 {width: 100%; float: left;}
    .quarter-4 {width: 100%; float: left;}

    .footer-left {width: 100%; margin-bottom: 30px;}
    .footer-right {width: 100%;}

    .clear-cols {clear: left; height: 0px; width: 0px;}
    .clear-cols-alt {clear: left; height: 40px; width: 0px;}

    .clear-cols-right {clear: right; height: 0px; width: 0px;}

    .calendar-left {width: 100%; margin-bottom: 60px;}
    .calendar-right {width: 100%;}

    .calendar-left-new {width: 100%; margin-bottom: 60px;}
    .calendar-right-new {width: 100%;}

    .job-left {width: 100%; margin-bottom: 40px;}
    .job-right {width: 100%;}

    .control-split-left {width: 100%; margin-bottom: 60px;}
    .control-split-right {width: 100%;}

    /* more here */

}

/* ----------------------- Mobile Phone END ----------------------- */

/* ----------------------- Tablet START ----------------------- */

@media screen and (min-width: 600px) and (max-width: 1189px){

    body {
        font-size: 1.5em;
        line-height: 1.6em;
    }

    .only_mobile {display: none;}
    .only_tablet {display: block;}
    .only_laptop {display: none;}
    .only_desktop {display: none;}

    .other_than_desktop {display: block;}
    .other_than_mobile {display: none;}

    .main-full {
        margin: 0;
        padding-left: 4%;
        padding-right: 4%;
        padding-top: 30px;
        padding-bottom: 30px;
        width: 92%;
    }

    .main-full-alt {
        margin: 0;
        padding-left: 6%;
        padding-right: 6%;
        padding-top: 15px;
        padding-bottom: 10px;
        width: 88%;
    }

    .main-full-special {
        margin: 0;
        padding-left: 4%;
        padding-right: 4%;
        padding-top: 30px;
        padding-bottom: 30px;
        width: 92%;
    }

    .sign-in-container {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .left-sidebar {display: none;}
    .right-content {width: 100%;}

    h1 {font-size: 2.3em; line-height: 1.4em;}
    h2 {font-size: 2em; line-height: 1.4em;}
    h3 {font-size: 1.7em; line-height: 1.4em;}
    h4 {font-size: 1.5em; line-height: 1.4em;}
    h5 {font-size: 1.35em; line-height: 1.4em;}
    h6 {font-size: 1.2em; line-height: 1.4em;}

    .shadow-hr {
        width: 150px;
        margin-left: none;
        margin-bottom: 10px;
    }

    .half-left {width: 100%;}
    .half-right {width: 100%; margin-top: 40px;}

    .day-col {width: 100%; margin-bottom: 40px;}
    .day-col-last {width: 100%;}

    .quarter-1 {width: 50%; float: left;}
    .quarter-2 {width: 50%; float: left;}
    .quarter-3 {width: 50%; float: left;}
    .quarter-4 {width: 50%; float: left;}

    .clear-cols {clear: left; height: 0px; width: 0px;}
    .clear-cols-alt {clear: left; height: 60px; width: 0px;}

    .clear-cols-right {clear: right; height: 0px; width: 0px;}

    .footer-left {width: 50%; float: left;}
    .footer-right {width: 50%; float: left; text-align: right;}

    .calendar-left {width: 100%; margin-bottom: 60px;}
    .calendar-right {width: 100%;}

    .calendar-left-new {width: 47.5%; margin-right: 5%; float: left;}
    .calendar-right-new {width: 47.5%; float: left; text-align: right;}

    .job-left {width: 100%; margin-bottom: 40px;}
    .job-right {width: 100%;}

    .control-split-left {width: 70%; float: left;}
    .control-split-right {width: 30%; float: left; text-align: right;}

    /* more here */

}

/* ----------------------- Tablet END ----------------------- */

/* ----------------------- Laptop START ----------------------- */

@media screen and (min-width: 1190px) and (max-width: 1459px){

    body {
        font-size: 1.4em;
        line-height: 1.5em;
        line-height: 1.5em;
    }

    .only_mobile {display: none;}
    .only_tablet {display: none;}
    .only_laptop {display: block;}
    .only_desktop {display: none;}

    .other_than_desktop {display: none;}
    .other_than_mobile {display: block;}

    .main-outer {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .main-full {
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-bottom: 30px;
        padding-bottom: 30px;
        padding-bottom: 30px;
        padding-bottom: 30px;
        padding-left: 3%;
        padding-right: 3%;
        width: 94%;
    }

    .main-full-alt {
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px;
        padding-bottom: 50px;
        padding-left: 3%;
        padding-right: 3%;
        width: 94%;
    }

    .main-full-special {
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 50px;
        padding-right: 50px;
        width: 1040px;
    }

    .sign-in-container {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    .left-sidebar {
        width: 17%;
        margin-right: 3%;
        float: left;

    }

    .right-content {
        width: 80%;
        float: left;

    }

    h1 {font-size: 2.3em; line-height: 1.4em;}
    h2 {font-size: 2em; line-height: 1.4em;}
    h3 {font-size: 1.7em; line-height: 1.4em;}
    h4 {font-size: 1.5em; line-height: 1.4em;}
    h5 {font-size: 1.35em; line-height: 1.4em;}
    h6 {font-size: 1.2em; line-height: 1.4em;}

    .shadow-hr {
        width: 150px;
        margin-left: none;
        margin-bottom: 10px;
    }

    .half-left {width: 48%; float: left;}
    .half-right {width: 48%; float: left; margin-left: 4%;}

    .day-col {width: 12.56%; float: left; margin-right: 2%;}
    .day-col-last {width: 12.56%; float: left; margin-right: none;}

    .quarter-1 {width: 25%; float: left;}
    .quarter-2 {width: 25%; float: left;}
    .quarter-3 {width: 25%; float: left;}
    .quarter-4 {width: 25%; float: left;}

    .footer-left {width: 50%; float: left;}
    .footer-right {width: 50%; float: left; text-align: right;}

    .clear-cols {clear: left; height: 0px; width: 0px;}
    .clear-cols-alt {clear: left; height: 60px; width: 0px;}

    .clear-cols-right {clear: right; height: 0px; width: 0px;}

    .calendar-left {width: 47.5%; margin-right: 5%; float: left;}
    .calendar-right {width: 47.5%; float: left;}

    .calendar-left-new {width: 47.5%; margin-right: 5%; float: left;}
    .calendar-right-new {width: 47.5%; float: left; text-align: right;}

    .job-left {width: 47.5%; margin-right: 5%; float: left;}
    .job-right {width: 47.5%; float: left; text-align: right;}

    .control-split-left {width: 70%; float: left;}
    .control-split-right {width: 30%; float: left; text-align: right;}

    /* more here */

}

/* ----------------------- Laptop END ----------------------- */

/* ----------------------- Desktop START ----------------------- */

@media screen and (min-width: 1460px){

    body {
        font-size: 1.4em;
        line-height: 1.5em;
    }

    .only_mobile {display: none;}
    .only_tablet {display: none;}
    .only_laptop {display: none;}
    .only_desktop {display: block;}

    .other_than_desktop {display: none;}
    .other_than_mobile {display: block;}

    .main-outer {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .main-full {
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 3%;
        padding-right: 3%;
        width: 94%;
    }

    .main-full-alt {
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 3%;
        padding-right: 3%;
        width: 94%;
    }

    .main-full-special {
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 50px;
        padding-right: 50px;
        width: 1310px;
    }

    .sign-in-container {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .left-sidebar {
        width: 17%;
        margin-right: 3%;
        float: left;

    }

    .right-content {
        width: 80%;
        float: left;

    }

    h1 {font-size: 2.3em; line-height: 1.4em;}
    h2 {font-size: 2em; line-height: 1.4em;}
    h3 {font-size: 1.7em; line-height: 1.4em;}
    h4 {font-size: 1.5em; line-height: 1.4em;}
    h5 {font-size: 1.35em; line-height: 1.4em;}
    h6 {font-size: 1.2em; line-height: 1.4em;}

    .half-left {width: 48%; float: left;}
    .half-right {width: 48%; float: left; margin-left: 4%;}

    .day-col {width: 12.56%; float: left; margin-right: 2%;}
    .day-col-last {width: 12.56%; float: left; margin-right: none;}

    .quarter-1 {width: 25%; float: left;}
    .quarter-2 {width: 25%; float: left;}
    .quarter-3 {width: 25%; float: left;}
    .quarter-4 {width: 25%; float: left;}

    .footer-left {width: 50%; float: left;}
    .footer-right {width: 50%; float: left; text-align: right;}

    .clear-cols {clear: left; height: 0px; width: 0px;}
    .clear-cols-alt {clear: left; height: 60px; width: 0px;}

    .clear-cols-right {clear: right; height: 0px; width: 0px;}

    .calendar-left {width: 47.5%; margin-right: 5%; float: left;}
    .calendar-right {width: 47.5%; float: left;}

    .calendar-left-new {width: 47.5%; margin-right: 5%; float: left;}
    .calendar-right-new {width: 47.5%; float: left; text-align: right;}

    .job-left {width: 47.5%; margin-right: 5%; float: left;}
    .job-right {width: 47.5%; float: left; text-align: right;}

    .control-split-left {width: 70%; float: left;}
    .control-split-right {width: 30%; float: left; text-align: right;}

    /* more here */

}

/* ----------------------- Desktop END ----------------------- */
