:root  > * {
  --md-primary-fg-color:        #306000;
  --md-primary-fg-color--light: #509000;
  --md-primary-fg-color--dark:  #103000;
}


img[alt=logo120] { 
  width: 120px; 
  float: right;
  position: absolute;
  right: -120px;
}
img[alt=logo150] { 
  width: 150px; 
  float: right;
  position: absolute;
  right: -150px;
}
img[alt=logo200] { 
  width: 200px; 
  float: right;
  position: absolute;
  right: 0%;
}
img[alt=logo300] { 
  width: 300px;
  float: right;
}
img[alt=logo400] { 
  width: 400px; 
  float: right;
  position: absolute;
  right: 0%;
}
img[alt=img200] { width: 200px; }
img[alt=img30] { width: 30px; }
img[alt=img18] { width: 18px; }
img[alt=img50] { width: 50px; }
img[alt=img300] { width: 300px; }
img[alt=img400] { width: 400px; }
.bg-primary {
    background-color: #306000 !important;
}
blockquote {
  font: italic Times, serif;
  padding-left: 75px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  background-color: #f0f0e0;
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
  margin: 20px;
  background-image: url(/static/openquote1.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 25px;
}
body > .container {
    margin-top: 20px;
    min-height: 400px;
    margin-right: 125px;
}
