/*Write your custom css in this file.*/
body {
    font-family: "Verdana" !important;
    font-size: 14px;
}


#projects-quick-list-container {
 height : calc(100vh - 100px);
 overflow-y: scroll !important
}