* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-size: 100%;
  height: 100%;
  background: #eeeeee;
  margin: 0;
  padding: 0;
}
body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #333333;
  line-height: 1.5em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #30a6c4;
  text-decoration: none;
}
a:hover {
  color: #30a6c4;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
input,
textarea,
select {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  outline: 0;
}
input:focus,
textarea:focus,
select:focus {
  outline: 0;
}
textarea {
  overflow: auto;
}
img {
  display: block;
}
::-webkit-input-placeholder {
  color: #cccccc;
}
:-moz-placeholder {
  color: #cccccc;
}
::-moz-placeholder {
  color: #cccccc;
}
:-ms-input-placeholder {
  color: #cccccc;
}
.page-wrapper {
  min-height: 100%;
  position: relative;
  background: #ffffff;
  width: 100%;
}
.force-hide {
  display: none !important;
  visibility: hidden !important;
}
.force-show {
  display: block !important;
  visibility: visible !important;
}
