dd {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "icon";
  src:url("../fonts/icon.eot");
  src:url("../fonts/icon.eot?#iefix") format("embedded-opentype"),
  url("../fonts/icon.woff") format("woff"),
  url("../fonts/icon.ttf") format("truetype"),
  url("../fonts/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background: none;
  text-align: left;
  font-size: 16px;
  font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}

img {
  margin-top: 5px;
  width: 100%;
}

iframe {
  width: 100%;
}

a {
  color: #5087c9;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-top: 32px;
  font-size: 16px;
}

.main {
  font-size:11px;
  text-align:center;
}

.content {
  display:inline-block;
  max-width:900px;
  padding:20px;
  position:relative;
  text-align:left;
}

.title {
  text-align:center;
}
