html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*you css starts here*/
.senp-grid .clean {
  clear: both;
  display: block;
  float: none; }

body {
  background-color: #fbfbfb;
  color: #3f3f3f;
  font: normal 18px/1.5 verdana, helvetica, tahoma, arial, sans-serif;
  letter-spacing: 1px; }

h1 {
  font-size: 2em;
  margin-bottom: 0.5em; }

h2 {
  font-size: 1.6em;
  margin-bottom: 0.625em; }

h3 {
  font-size: 1.4em;
  margin-bottom: 0.71429em; }

h4 {
  font-size: 1.2em;
  margin-bottom: 0.83333em; }

h5 {
  font-size: 1em;
  margin-bottom: 1em; }

h1, h2, h3, h4, h5 {
  -moz-text-shadow: 0 0 0 1px;
  -webkit-text-shadow: 0 0 0 1px;
  text-shadow: 0 0 0 1px; }

a {
  color: #ffb12d; }
  a:hover {
    color: #ffa409; }
  a:active {
    color: #d58600; }
  a:visited {
    color: #ffb12d; }

.senp-grid .cl75, .senp-grid .cl66, .senp-grid .cl-aureal-66, .senp-grid .cl50, .senp-grid .cl33, .senp-grid .cl-aureal-33, .senp-grid .cl25 {
  float: left; }

.senp-grid .cl-right-75, .senp-grid .cl-right-66, .senp-grid .cl-aureal-right-66, .senp-grid .cl-right-50, .senp-grid .cl-right-33, .senp-grid .cl-aureal-right-33, .senp-grid .cl-right-25 {
  float: right; }

.senp-grid {
  margin: 0 auto;
  padding: 9.6px;
  width: 960px;
  background-color: white;
  border: 1px solid #d0d0d0;
  margin-top: 1em; }
  .senp-grid .cl75 {
    width: 720px; }
  .senp-grid .cl66 {
    width: 639.99936px; }
  .senp-grid .cl-aureal-66 {
    width: 593.28px; }
  .senp-grid .cl50 {
    width: 480px; }
  .senp-grid .cl33 {
    width: 319.99968px; }
  .senp-grid .cl-aureal-33 {
    width: 366.72px; }
  .senp-grid .cl25 {
    width: 240px; }
  .senp-grid .cl-right-75 {
    width: 720px; }
  .senp-grid .cl-right-66 {
    width: 639.99936px; }
  .senp-grid .cl-aureal-right-66 {
    width: 593.28px; }
  .senp-grid .cl-right-50 {
    width: 480px; }
  .senp-grid .cl-right-33 {
    width: 319.99968px; }
  .senp-grid .cl-aureal-right-33 {
    width: 366.72px; }
  .senp-grid .cl-right-25 {
    width: 240px; }
  .senp-grid > header, .senp-grid > nav, .senp-grid > div, .senp-grid > footer {
    padding: .382em .618em; }
  .senp-grid footer {
    border-top: 1px solid #d0d0d0;
    margin-top: 1em;
    padding-top: 1em; }
  .senp-grid header {
    background-color: #0f88d3;
    color: white; }
    .senp-grid header h1 {
      margin: 0; }
  .senp-grid input, .senp-grid select {
    border: 1px solid #d0d0d0;
    padding: .328em .612em; }
    .senp-grid input.not-valid, .senp-grid select.not-valid {
      border-color: red; }
  .senp-grid label {
    display: block;
    margin: 1em 0; }
  .senp-grid nav {
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 1em;
    padding-bottom: 1em; }

.senp-tooltip {
  position: absolute;
  background-color: white;
  border: 1px solid #d0d0d0;
  color: #3f3f3f; }
  .senp-tooltip .senp-tooltip-header {
    border-bottom: 1px solid;
    font-size: 1.4em;
    margin-bottom: .328em; }
  .senp-tooltip .senp-tooltip-content {
    letter-spacing: 1px;
    line-height: 1.5;
    margin: .612em 0; }
  .senp-tooltip .senp-tooltip-header, .senp-tooltip .senp-tooltip-content {
    padding: 5%; }
  .senp-tooltip .senp-tooltip-header {
    border-bottom-color: #f3f3f3; }
