/***********************************************************************************************
*  Common Style Definitions
***********************************************************************************************/
*{
  box-sizing: content-box;  -ms-text-size-adjust: none;
}
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
html{
  overflow-y: scroll;
  overflow-x: auto;
}
body{
  font-size: 14px;
  font-family: 'Arial', sans-serif;  
  color: #000;
}
.contentspacer{
  width: 100%;
  height: 31px;
  margin: 50px 0 ;
  background: url(../img/spacer.png) no-repeat center;
  background-size: cover;
}
.clearer, .cleaner{
  clear: both;
}
