body {
position: static;
width: auto;
min-width: 1008px;
margin: 0;
background: #d0dee3;
}

#main {
padding: 15px 20px;
}

#content {
padding-bottom: 1px;
width: 1008px;
margin: auto;
background-color: #fff;
box-shadow: 0px 0px 8px rgba(0, 0, 0, .7);
font-family: Verdana, Arial, sans-serif;
color: #333;
font-size: 13px;
position: relative;
}

#root {
background-repeat: no-repeat;
position: relative;
min-height: 767px;
background: #f9f9f9;
/*overflow: hidden;*/		/* st. patricks theme breaks with this off */
}

.parent > h3 {
margin: 0;
}

a:visited {
color: #70579D;
text-decoration: none;
}

a:link {
color: #136CB2;
text-decoration: none;
}

a.legacy {
color: #a3a3c2 !important;
}

a:visited {
color: #70579D;
text-decoration: none;
}

a:link {
color: #136CB2;
text-decoration: none;
}

.look {
  color: royalblue !important;
  font-weight: bold;
}

.circle {
  border-radius: 100%;
}
