@font-face {
  font-family: MerriReg;
  src: url('fonts/Merriweather-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: MerriLight;
  src: url('fonts/Merriweather-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: RoboBold;
  src: url('fonts/Roboto-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: RoboReg;
  src: url('fonts/Roboto-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  width: 100%;
  height: 100%;
}
p,
h1,
h2,
h3,
h4,
span,
a,
li {
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}
h1 {
  font-family: MerriReg;
  color: rgba(30, 20, 0, 0.75);
  font-size: 18px;
  line-height: 55px;
}
h2 {
  font-family: MerriLight;
  font-size: 24px;
  color: rgba(30, 20, 0, 0.7);
  line-height: 40px;
}
h3 {
  font-family: RoboBold;
  color: rgba(30, 20, 0, 0.7);
  font-size: 12px;
  margin: 15px 0;
}
h4 {
  margin: 20px 0;
}
p,
li {
  font-family: RoboReg;
  color: rgba(30, 20, 0, 0.7);
  font-size: 12px;
  line-height: 18px;
}
a {
  text-decoration: none;
  width: auto;
  color: inherit;
}
b {
  font-family: RoboBold;
  font-style: normal;
  font-weight: normal;
}
ul,
ol {
  padding-left: 25px;
}
table,
th,
td {
  font-family: RoboReg;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #d2d0cc;
  border-collapse: collapse;
}
th,
td {
  padding: 15px;
}
th {
  font-family: RoboBold;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  background-color: #d2d0cc;
  text-align: left;
}
html {
  background: rgba(30, 20, 0, 0.05);
  height: 100%;
}
a:hover {
  text-decoration: none !important;
}
a .user-account {
  float: left;
  padding: 10px;
  background: rgba(30, 20, 0, 0.5);
  color: white;
  font-family: RoboReg;
  margin: 0 10px 0 0;
  webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a .user-account:hover {
  background: #278dd2;
}
a .user-account.secondary {
  font-size: 12px !important;
}
form div select {
  margin: 20px 10px;
  width: 200px;
  height: 25px;
  box-sizing: content-box;
  border: 1px solid #ffffff;
  background: rgba(30, 20, 0, 0.25);
}
form div label {
  margin: 10px 0;
  font-family: RoboReg;
  color: rgba(30, 20, 0, 0.8);
}
.basic {
  margin: 0 10%;
}
p {
  margin: 10px 0;
}
p b {
  font-size: 14px;
}
p#goodMessage b {
  color: #1e1400;
}
body {
  height: 100%;
}
body #main-con {
  padding: 0 0 20px 0;
  min-width: 600px;
}
body #main-con .social-it-up {
  -webkit-box-shadow: 0px 0px 5px 3px rgba(30, 20, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 3px rgba(30, 20, 0, 0.1);
  box-shadow: 0px 0px 5px 3px rgba(30, 20, 0, 0.1);
  background: white;
  position: fixed;
  right: 0;
  top: 50%;
  width: 95px;
  margin-top: -25px;
  z-index: 9999;
  padding: 10px;
}
body #main-con .social-it-up #facebook {
  margin-top: 5px;
}
body #main-con #header-con {
  position: fixed;
  width: 80%;
  height: 50px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(30, 20, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 3px rgba(30, 20, 0, 0.1);
  box-shadow: 0px 0px 5px 3px rgba(30, 20, 0, 0.1);
  padding: 0 10%;
}
body #main-con #header-con #img {
  background: transparent url('images/plot.png') no-repeat;
  height: 50px;
  width: 50px;
  background-size: 100%;
  float: left;
}
body #main-con #header-con #title {
  float: left;
}
body #main-con #header-con #title h1 {
  padding-left: 10px;
}
body #main-con #header-con #links div {
  float: right;
  background: rgba(30, 20, 0, 0.5);
  height: 30px;
  margin: 10px 0 0 5px;
  width: 80px;
}
body #main-con #header-con #links div h1 {
  font-family: RoboReg;
  color: white;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
  text-align: center;
}
body #main-con #header-con #button {
  float: right;
}
body #main-con #header-con #button input {
  margin-top: 5px;
  height: 40px;
  border-radius: 0;
  background: rgba(30, 20, 0, 0.5);
  border: 0px;
  font-family: RoboReg;
  font-size: 14px;
  color: white;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  padding: 0 10px;
  webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
body #main-con #header-con #button input:hover {
  opacity: .8;
}
body #main-con #intro {
  padding: 95px 0 40px 0;
}
body #main-con #intro.manual {
  padding: 95px 0 0px 0;
}
body #main-con #intro.manual h2 {
  font-size: 28px;
  margin: 40px 0;
}
body #main-con #body-con {
  position: relative;
}
body #main-con #body-con a {
  color: #278dd2;
}
body #main-con #body-con a:hover {
  text-decoration: underline !important;
}
body #main-con #body-con #download-info {
  width: 50%;
}
body #main-con #body-con #download-info #download-it {
  margin: 0px 0 10px 0;
}
body #main-con #body-con #download-info #download-it p span {
  font-family: roboBold;
}
body #main-con #body-con #download-info #download-links {
  height: 25px;
  margin-bottom: 20px;
}
body #main-con #body-con #download-info #download-links .links {
  float: left;
  width: 100px;
}
body #main-con #body-con #download-info #download-links .links h1 {
  color: rgba(30, 20, 0, 0.65);
  line-height: 25px;
}
body #main-con #body-con #download-info #download-links .links h1 a {
  webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body #main-con #body-con #download-info #download-links .links h1 a:hover {
  color: #278dd2;
}
body #main-con #body-con #download-info img {
  width: 100%;
  margin-left: -4%;
}
body #main-con #body-con #download-info #image {
  background: transparent url('images/screenshot.png') no-repeat;
  width: 48%;
  height: auto;
  background-size: 100%;
}
body #main-con #body-con .topic {
  margin-bottom: 30px;
}
body #main-con #body-con .topic h3,
body #main-con #body-con .topic p {
  margin: 5px 0;
}
body #main-con #body-con #manual-contents h1,
body #main-con #body-con #manual-contents h2,
body #main-con #body-con #manual-contents h3,
body #main-con #body-con #manual-contents p {
  width: 70%;
}
body #main-con #body-con #manual-contents h1 {
  font-size: 18px;
  line-height: 26px;
  margin-top: 25px;
}
body #main-con #body-con #manual-contents p {
  margin: 10px 0;
}
body #main-con #body-con #manual-contents h3 {
  margin: 20px 0 10px 0;
}
body #main-con #body-con #manual-contents img {
  width: auto;
  max-width: 70%;
  height: auto;
}
body #main-con #body-con #manual-contents .section {
  border-top: 1px solid rgba(30, 20, 0, 0.2);
  margin: 30px 0;
}
body #main-con #body-con #manual-contents .section#guideline {
  height: 340px;
  min-width: 700px;
}
body #main-con #body-con #manual-contents .section .datasets {
  float: left;
  position: relative;
  width: 200px;
  height: 200px;
  background: white;
  margin: 20px 20px 0 0;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(30, 20, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 3px rgba(30, 20, 0, 0.1);
  box-shadow: 0px 0px 5px 3px rgba(30, 20, 0, 0.1);
  webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body #main-con #body-con #manual-contents .section .datasets .color {
  width: 100%;
  height: 5px;
}
body #main-con #body-con #manual-contents .section .datasets#health .color {
  background: #009b7b;
}
body #main-con #body-con #manual-contents .section .datasets#health2 .color {
  background: #00b82d;
}
body #main-con #body-con #manual-contents .section .datasets#sports .color {
  background: #2a528b;
}
body #main-con #body-con #manual-contents .section .datasets#global .color {
  background: #880106;
}
body #main-con #body-con #manual-contents .section .datasets#health .data-button:hover {
  background: #009b7b;
}
body #main-con #body-con #manual-contents .section .datasets#health2 .data-button:hover {
  background: #00b82d;
}
body #main-con #body-con #manual-contents .section .datasets#sports .data-button:hover {
  background: #2a528b;
}
body #main-con #body-con #manual-contents .section .datasets#global .data-button:hover {
  background: #880106;
}
body #main-con #body-con #manual-contents .section .datasets h4 {
  font-family: MerriLight;
  font-size: 18px;
  padding: 0 10px;
  color: rgba(30, 20, 0, 0.8);
}
body #main-con #body-con #manual-contents .section .datasets a {
  cursor: pointer;
  color: white;
}
body #main-con #body-con #manual-contents .section .datasets a:hover {
  color: white;
  text-decoration: none;
}
body #main-con #body-con #manual-contents .section .datasets a h1 {
  font-family: RoboReg;
  font-size: 14px;
  text-align: center;
  margin: 0;
  width: 100%;
  padding: 10px 0;
  color: white;
}
body #main-con #body-con #manual-contents .section .datasets .data-buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
}
body #main-con #body-con #manual-contents .section .datasets .data-buttons .data-button {
  float: left;
  background: rgba(30, 20, 0, 0.3);
  width: 50%;
}
body #main-con #body-con #manual-contents .section .datasets .data-buttons .data-button.about h1 {
  border-left: 1px solid white;
}
body #main-con #body-con #instructions {
  width: 48%;
  position: absolute;
  right: 0;
  top: 92px;
}
body #main-con #body-con #instructions a {
  color: #278dd2;
}
body #main-con #body-con #instructions a:hover {
  text-decoration: underline;
}
body #main-con #body-con #more-info {
  margin-top: 20px;
  position: relative;
}
body #main-con #body-con #more-info .topic h3 {
  margin-top: 0;
}
body #main-con #body-con #more-info #about {
  width: 48%;
}
body #main-con #body-con #more-info #about a {
  color: #278dd2;
}
body #main-con #body-con #more-info #about a:hover {
  text-decoration: underline;
}
body #main-con #body-con #more-info #reading {
  position: absolute;
  width: 48%;
  right: 0;
  top: 0;
}
body #main-con #body-con #more-info #reading a {
  color: #278dd2;
}
body #main-con #body-con #more-info #reading a:hover {
  text-decoration: underline;
}
body #main-con #body-con form ::-webkit-input-placeholder {
  color: white;
}
body #main-con #body-con form :-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
body #main-con #body-con form ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
body #main-con #body-con form :-ms-input-placeholder {
  color: white;
}
body #main-con #body-con form input {
  cursor: pointer;
  color: rgba(30, 20, 0, 0.8);
  padding: 15px;
  margin: 5px 0;
  border: 1px solid white;
  background: rgba(30, 20, 0, 0.2);
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 14px;
}
body #main-con #body-con form input[type="submit"] {
  width: 100px;
  line-height: 15px;
  background: #278dd2;
  color: white;
  border: 0px;
  font-size: 14px;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
body #main-con #footer {
  border-top: 1px solid rgba(30, 20, 0, 0.25);
  height: 50px;
  margin: 0;
}
body #main-con #footer p {
  line-height: 50px;
  margin: 10px 0;
}
