@media only screen and (min-width: 960px){.hideOnLarge{display:none;}}
@media only screen and (max-width: 960px){md-sidenav{max-width: 200px;}}
@media only screen and (max-width: 768px){.positionToolbar{display:none;}}
#brand {
  padding-right : 10px;
}

.positionToolbar{
  position : relative;
  top:10px;
}

.tooltext
{
  text-align: center;
  position : relative;
  top:20px;
}

.divider{
  background-color: rgb(63,81,181);
  width :100%;
  height : 5px;
}

.selected-item{
  height :650px;
}

  md-tabs-canvas{
    background-color : rgb(95, 218, 204);
  }

.positionIcon{
  position:relative;
  top:5px;
}
