/*****************************
******************************

The default styles.

******************************
*****************************/
body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
#container {
    margin: 0 8px 10px;
}
#container > p {
    margin: 0 auto;
}
#spacertop, #spacerbottom {
    border:solid #0D1C47;
}
#spacertop {
    margin: 0 0 4px;
}
#spacerbottom {
    margin: 10px 0 10px;
}
h1 {
    font-size: 1.5em;
    color: #0D1C47;
}
h2 {
    font-size: 1.2em;
}
h3 {
    margin: 0 0 0.8em 0;
    color: #0D1C47;
    font-size: 1.1em;
}
.wraptextright {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.wraptextleft {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
#widget {
  width: 280px;
  height: 280px;
  /*border: 1px solid black;*/
  position: relative;
  
}
#widget > iframe {
  border: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
#widget:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
}
