@font-face {
    font-family: 'sofia_prolight';
    src: url('../fonts/sofiaprolight-webfont.eot');
    src: url('../fonts/sofiaprolight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sofiaprolight-webfont.woff') format('woff'),
         url('../fonts/sofiaprolight-webfont.ttf') format('truetype'),
         url('../fonts/sofiaprolight-webfont.svg#sofia_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {-webkit-text-size-adjust: 100%;}

body {
  padding: 0;
  margin: 0;
  font-family: 'sofia_prolight';
}

input, select, textarea {
  font-family: 'sofia_prolight' !important;
}

input:hover, select:hover, textarea:hover {
  cursor: pointer;
}

/*--------------------------*/
/* Utility Classes          */
/*--------------------------*/
hr {
  border: 0px solid #ccc;
  height: 1px;
  background: #ccc
}

a {
  text-decoration: none;
}

a:active, a:focus {
  outline: 0;
  outline-style: none;
  outline-width: 0;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 10px;
}

ol, ol li {
  list-style: decimal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

a img {
  border: 0;
}

.clear {
  clear: both;
}

.clear:after {
  content:".";
  height:0px;
  display:block;
  clear:both;
  visibility:hidden;
}


 /*Richards Rubbish*/
.small-note{
  font-size: 12px;
  padding: 0 5px;
 
}

h3{
  font-size: 15px !important;
  /*border-bottom: 1px solid #5AD0F2; */
}

.tableclass thead th{
  /*text-shadow: 1px 1px #0C7594;*/
  font-size: 14px !important;
}

.tableclass{
  border-bottom: 1px solid #00B8EB !important;
  /*  border-top: 1px solid #00B8EB !important;
                                                */
}

#content .constrain ul{
  margin-top: 10px;
  margin-bottom: 15px;
} 


.note{
  background-color: #F5F5F5;
  padding: 5px 15px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 15px;
 
  
}

.note h2{
  margin-top: 5px !important;
}