/* Palette generated by Material Palette - materialpalette.com/blue-grey/red */

.dark-primary-color    { background: #455A64; }
.default-primary-color { background: #607D8B; }
.light-primary-color   { background: #CFD8DC; }
.text-primary-color    { color: #FFFFFF; }
.accent-color          { background: #FF5252; }
.primary-text-color    { color: #212121; }
.secondary-text-color  { color: #757575; }
.divider-color         { border-color: #BDBDBD; }



.form-horizontal .form-group 
{
  margin-left:0px;
}

.table-striped > tbody > tr:nth-of-type(2n+1)
{
  background: #CFD8DC;
  color: #757575;
}

article a 
{
    text-decoration: underline;
}