/* CryptDB */

body {
    background-color: #ffffff;
    font-family: Times New Roman, Times, arial, helvetica, sans-serif;
    margin: 0px 20% 0px 20%
}

h1		{ color: #a80329; 
		  text-align: left;
		  padding-top: 0px;}
a		{ color: blue; }

h3 {
  font-variant: normal;
  font-size: large;
  text-align: left;
  color: #000066;
}

span.subhdr	{ font-size: large; }

div.mainbox	{ position: relative; }

div.textbox {
    border: 2px dashed purple;
    padding: 10px;
    background-color: #e0e0ff;
    margin-bottom: 20px;
}

div#people {
    white-space: nowrap;
}

table.maintbl td {
    padding-left: 10px;
    padding-right: 10px;
}

.subtitle {
    font-weight: bold;
    font-size: large;
    color: #000066;
    padding-left: 10%;
}

hr {
    background-color: black;
    border: 0 none;
    color: #000066;
    height: 2px;
}

table.spacing {
    border-spacing: 10px;
}
tr.bordertr td {
    border-bottom: dashed 1.5px black;
}