﻿body {
  font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.0;
  font-size: 14px;
  color: #333;
}

u {
  text-decoration: underline;
}

.ocd_hw {
  font-weight:bold;
  font-size: 28px;
  font-weight: bold;
  font-family: Cambria;
  padding: 0;
  line-height: 20px;
  display: inline-block;
}

.ocd_li {
  display: inline-block;
  margin-top: 2px;
  margin-right:5px;
  padding: 2px;
  font-family: Arial;
  font-size: 14px;
  color: darkblue;
  background-color:white;

  border: 2px solid purple;
}

.ocd_def {
  display:block;
  margin-top: 2px;
  font-family: Arial;
  font-size: 18px;
  color: white;
  background-color:purple;
}


.ocd_m2, .ocd_ps {
  display: block;
  margin: 8px 0 0 6px;
  color:orange;
  font-family: Verdana;
  font-weight: bold;
}

.ocd_m3s {
  display: block;
  margin: 2px 0 8px 0;
}

.ocd_m3 {
  display: block;
  margin-left: 43px;
  text-indent: -46px;
}

.ocd_cc {
  display: block;
  //color: #333;
  color:midnightblue;
  font-weight: bold;
  text-align: left;
  font-family: Arial;
  
}

.ocd_cc:before {
  content: "●";
  font-size: 50%;
  color:slategray;
  margin-left: 18px;
  margin-right: 6px;
}

.ocd_ex {
  color:royalblue;
  margin-left: 24px;
  display: block;
  font-family:Segoe UI;
  font-style: italic;
}

.ocd_reg, .ocd_fed, .ocd_bre, .ocd_ame {
  font-style: italic;
  color: gray;
  font-weight: normal;
}

.ocd_reg:before, .ocd_fed:before {
  content: "( ";
}

.ocd_reg:after, .ocd_fed:after {
  content: " )";
}

.ocd_m2_1 {
  display: block;
  margin-bottom: 5px;
}

.ocd_m2_1:before {
  content: "\261E";
  padding-right: .4em;
}

.ocd_seg {
  //padding-left:.3em; 
  padding-right:.3em;  
  background-color:darkred;
  color:white;
  font-weight:bold; 
 // margin-right:.5em;
  border: 1px solid darkred;
  border-radius: 3px;
	
  margin-right: 2px;
  //margin-left: 2px;

  padding: 2px;

  width: 10px;

  height: 10px;
  text-align: center;
}

.ocd_pos {
  margin-right: .2em;
  color:darkred;
  border-radius: 2px;
  padding-right:2pt;
  padding-left:2pt;
  font-size: 14px;
  font-family:Arial;
  font-weight: bold;
  text-transform: uppercase;

    
}

.ocd_cnk {
  font-weight:bold;
  font-size: 21px;
  font-weight: bold;
  padding: 0;
  line-height: 30px;
  display: inline-block;
}

.ocd_psv {
  color:gray;
  font-weight: normal;
  padding-top: 20px;
  display: block;
}

.ocd_hr {
  height:1px; 
  border:none;  
  border-top:1px  darkblue dashed;
}