/* 
    Created on : 16/10/2017, 18:52:14
    Author     : Jordano Debacco
*/
body {
    padding-top: 10vh;
}

@media (min-width: 992px) {
    body {
        padding-top: 10vh;
    }
}

input[type=text] {
    width: 40vh;
}

#div-container{
    height:85vh;
    overflow: auto;
}

.alink:link {
    text-decoration: none;
}

