.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}

#floater	{float:left; height:50%; margin-bottom:-120px;}
/* #content	{clear:both; height:240px; position:relative;} */
    
.hero-unit {
	margin-bottom: 30px;
}


.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 10px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}


.flagged {
    color:#d71433;
}

#inspectionsTable {
    font-size: small;
}

#invoiceTable {
    font-size:smaller;
}

#pre-map {
    width: 400px;
    height: 300px;
}

.diary-map {
    width: 700px;
    height: 300px;    
}

.bigdifference {
    color: #d71433;
}

div.irereport {
    font-size: 11px;
}

div.irereport table {
    font-size:10px;
    border: none;
}
div.irereport table td {
    padding: 2px;
}

p.title {
    font-weight: bold;
    font-style: italic;
    font-size: large;
}

table#inspectionHistoryTable {
    font-size: smaller;
}

p.helpstatus {
  font-size: smaller;
}

p.helpstatus a {
  color: black;
}


      .meter {
        width: 300px;
        height: 50px;
        border: 1px solid #666;
        position: relative;
      }
      .meter > .bar {
        position: absolute;
        top: 75%;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(to left, #A3FF5C 0%, #EF1F3B 5%);
      }
