body, html {
    min-height: 100%;
    position: relative; 
}

.tasks {
    height: 77vh;
}

body {
    margin: 0;
    font: normal 12px 'Open Sans', arial, sans-serif;
    color: #4d4d4d !important;
    background: #dc6511; 
}

a {
    color: black;
    text-decoration: none;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease; 
}

a:hover {
    color: #333333;
    text-decoration: none; 
}

.antiClickjack {
    display:none !important; 
    background: #fff !important;
}