BODY
{
    background-image: url('bg_labs.png');
    background-position: top right;
    background-repeat: no-repeat;
    height: 100%;
}

.labs-header
{
    background-color: #008449;
}

.labs-footer
{
    background-color: #008449;
}


/* .logo {
   
} */

.logo>img {
    vertical-align: middle;
    margin-bottom: 5px;
    margin-top: -5px;
}

.title
{
    font-size:32px;
}

.sub-section
{
    /* background-color: rgba(255, 255, 255, .2) ;
    border-radius: 20px; */
    background-color: rgba(255, 255, 255, .0) ;
    margin-bottom: 0.5em;
    border-bottom: 2px solid #008449;
}

.green
{
    color : #008449;
}

.subtitle
{
    font-size:24px;
    color:black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.software-logo
{
    max-height: 50px;
}

.clickable
{
    cursor: pointer;
}

.clickable:hover
{
    background-color: rgba(51, 170, 51, .5) ;
    border-radius: 20px;
}

.card 
{
    background-color: rgba(255, 255, 255, .3) ;
}

.notused
{
    background-color: rgba(51, 170, 51, .15);
    border-radius: 20px;
    border: 1px solid;
    border-color: rgba(51,170,51, 0.8);
}