/*
Theme Name: Mayo
Theme URI:
Description: Mayo basic template
Author: Mayo Clinic
Author URI: http://www.mayo.edu
Version: 0.1
Tags: bioinformatics, research, tools

*/

body { text-align: center; }
pre { 
  width:60%; 
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap; /* Opera */
  white-space: -o-pre-wrap; /* Opera */
  white-space: pre-wrap; /* CSS3 */
  word-wrap: break-word; /* IE 5.5+ */
}
#wrapper { display: block; width:90%;  margin:0px auto; text-align: left; }
#header {  }
#content { width: 100%; margin: 0px auto; }
#sidebar { width: 30%; float: right; margin-left: 30px; }
#delimiter { clear: both; }
#footer {  }
.title { font-size: 11pt; font-family: verdana; font-weight: bold; }
#post_class_dark { 
  background-color: #f5f5f3; 
  border-width: 1px; 
  border-top-style: solid; 
  border-bottom-style: solid; 
  line-height: 12px;
}
#section_header {
  font-size: 16pt;
  font-weight: bold;
  color: #54585A;
  margin-top: 18px;
  margin-bottom: 12px;
  line-height: 24px;
}
#section {
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 24px;
  line-height: 24px;
}
#section p, ul, ol {
  margin-bottom: 6px;
}
#section_abstract {
  margin-left: 24px;
  margin-right: 24px;
}
.widget-area {
  background-color: #f5f5f3;
}
.widgets {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    font-size: 15px;
    width: 75%;
}
