#container {
    height:100px;
    line-height:100px;
}

#container img {
    vertical-align:text-top;
    max-height:100%;
}

slides > slide.nb2:after {
  font-size: 12pt;
  content: '';
  position: absolute;
  bottom: 20px;
  right: 60px;
  line-height: 1.9;
}

#nextsteps {
   content: "";
}

table.rmdtable tr, table.rmdtable td {
    padding-top: 0em;
    padding-bottom: 0em;
    font-size: 24px;

}

#botval { position: relative; }
#botval-content { position: absolute; bottom: 15%; left: 0; }

/*slides > slide {
  font-size: 26px;
}*/


#wrap {
   width:100%;
   margin:0 auto;
}
#left_col {
   float:left;
   width:60%;
}
#right_col {
   float:right;
   width:35%;
}


#left_col2 {
   float:left;
   width:35%;
}
#right_col2 {
   float:right;
   width:60%;
}

#left_half {
   float:left;
   width:50%;
}
#right_half {
   float:right;
   width:50%;
}




.column-left{ float: left; width: 33%; }
.column-right{ float: right; width: 33%; }
.column-center{ display: inline-block; width: 33%; }


.left-half{ 
  float: left; width: 48%; 
}
.right-half{ 
  float: right; width: 48%; 
}

slides > slide > hgroup + article {
    margin-top: 5px;
}
