#message{
  font-size: .8em;
  text-align: center;
  color: black;
  background-color: #FFF;
  padding: 3px;
  margin: 2px;
}

#content{
  padding-bottom: 5em;
}

.section{
  border: 1px solid #ffbf00;
  padding: 0px;
  margin: 2px;
}

.content_table{ 
  border: 1px solid #ffbf00;
  padding: 10px;
  margin: 2px;
}
.content_table .segment{ margin: 1em; margin-bottom: 1em }
.content_table .segment .label{ font-size: .8em }
.content_table .segment h5 { margin-bottom: 2px; }
.content_table .segment .detail { margin-left: 2em; }
.content_table .message{ font-weight: bold; }

a.see_more{
  color: #ffbf00;
  font-weight: bold;
}
a.see_more:hover{
  text-decoration: underline;
  color: #ffbf00;
  font-weight: bold;
}

.orange_link{
  color: #ffbf00;
}

h1{
  font-size: 1.1em;
  padding: 2px;
  margin: 2px;
}

a{
  text-decoration: none;
  color: #FFF;
}

a:hover{
  text-decoration: underline;
  color: #FFF;
}

.product_list{
  font-size: .8em;
}

#left_column{
  font-size:.8em;
  color: #FFF;
  width: 14em;
}

#left_column a{
  color: #FFF; 
}

#left_column ul li{
  text-indent: -2em;
  list-style: none;
}

#left_column ul li ul li{
  font-weight: normal;
  text-indent: -4em;
  padding: 0;
  /* margin-left: 1em;
  padding-left: 1em; */
}

#left_column ul li ul li ul li{
  text-indent: -6em;
  /* margin-left: 1em;
  padding-left: 1em; */
}

#right_column{
  font-size:.8em;
  color: #FFF;
  width: 14em;
}

.lecstor .alert{
  border: 1px solid;
  padding: 10px;
  margin: 5px;
  color: black;
}

div.lecstor .message{
  border-color: green;
  background: #DDFFDD;
}
div.lecstor .warning{
  border-color: #FF9900;
  background: #FFDDAA;
}
div.lecstor .error{
  border-color: red;
  background: #FFDDDD;
}


