/* Enter Your Custom CSS Here */
a{
   color: #2f3a15;
}
.footer{
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #2f3a15;
}
.footerphone{
  color: #2f3a15 !importnat;
}


/* Block#1 added by Callan */
html,body
{
  height: 100%;
  padding:0px;
  margin:0px;
}
.activity
{
  display: table-cell;
  width:100%;
  height: 50%;
  float:left;
}
.info
{
  display: table-cell;
  width:100%;
  float:left;
}

.left
{
  display: table-cell;
  width:50%;
  float:left;
  text-align:left;
}

.right
{
  display: table-cell;
  width:50%;
  float:right;
  text-align:right;
}
/* End Block#1 */