@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url("./font/MaterialIcons-Regular.eot"); /* For IE6-8 */
    src: local('Material Icons'),
      local('MaterialIcons-Regular'),
      url("./font/MaterialIcons-Regular.woff2") format('woff2'),
      url("./font/MaterialIcons-Regular.woff") format('woff'),
      url("./font/MaterialIcons-Regular.ttf") format('truetype');
  }

  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
  }

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);
}