a
{
  color: #006600;
}

body, html
{
  background: #FFFFFF;
  color: #000000;
  font-family: arial, helvetica, sans-serif;
}

.body
{
  width: 660px;
  padding-left: 10px;
}

.green_bold
{
  color: #006600;
  font-weight: bold;
}

.header
{
  background: #DDDDDD;
  font-size: 14pt;
  font-weight: bold;
  padding: 4px;
}

.subheader
{
  color: #006600;
  font-size: 14pt;
  font-weight: bold;
  padding: 4px;
}

.clear
{
  clear: both;
  display: block;
  line-height: 0; height: 0; width: auto;
  position: relative;
}

.error
{
  color: #FF0000;
  font-weight: bold;
}

.link > a, .linkextra > a
{
  color: #006600;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -0.5pt;
}

.link
{
  border-bottom: 1px solid #C0C0C0;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 16px;
}

.linkextra
{
  margin-top: -1px;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 16px;
}

/* end navbar */

.tanks > tbody > tr > td, .tanks > tbody > tr > th
{
  border: 1px solid black;
}

.shaded
{
  background: #DDDDDD;
}

.tablesubhead
{
  background: #DDDDDD;
  text-align: left;
  padding-left: 50px;
  font-weight: bold;
}

.locationcell
{
  padding: 5px;
  float: left;
  width: 220px;
}

.newsitem
{
  padding: 10px 5px 5px 5px;
  display: block;
  clear: both;
}

input[type="password"], input[type="email"], input[type="text"], textarea
{
  box-shadow: inset 3px 3px 0 0 #F4F4F4;
  border: 1px solid #CCCCCC;
  padding: 5px 6px;
  width: 100%;
  border-radius: 3px;
}

input[type="password"], input[type="email"], input[type="text"]
{
  height: 40px;
}

.form-group
{
  margin-bottom: 15px;
}

label
{
  font-weight: 700;
}

.col-sm-6
{
  padding-left: 15px;
  padding-right: 15px;
}

*
{
  box-sizing: border-box;
}
