#myWorkspaceLi {
    color: #FF0000;
}

.unipgcontain {
  /* Image is scaled to fit width 100% */
  /* Aspect ratio IS maintained */
  max-width: 100%;
}

.banner {
    background: #27348B;
    padding: 10px 20px 10px 20px;
    color: #FFFFFF;
    border-bottom: #003466 solid 5px;
    border-top: #4FA2C2 solid 1px;
    margin: 0 0 0 0;
}
.bg-primary {
    color: #EEE;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}