/**
 * VPSCash additions
 */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,300italic,400italic,600italic,700italic);
@import url(//fonts.googleapis.com/css?family=Oswald:300);
*,
html,
body {
  -webkit-appearence: none;
  -webkit-text-size-adjust: none;
}
.rasterize {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  padding: 0;
  margin: 0;
  position: fixed;
}
.rasterize.raster {
  background-image: url(/template_assets/img/pattern.png);
}
.rasterize.overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.flip-horizontal {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@-ms-viewport {
  width: device-width;
}
html,
body {
  font-family: 'Open Sans', sans-serif, arial, helvetica;
  background: #2e2a29;
  color: #ffffff;
  font-size: 18px;
  min-height: 100%;
  height: 100%;
}
html,
body,
a,
form,
h1,
h2,
h3,
h4,
p,
ul,
li,
input,
select {
  margin: 0;
  padding: 0;
}
.container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
button,
.button {
  display: block;
  border: none;
  text-align: left;
  padding-left: 20px;
  background: #cd0013;
  width: 100%;
  height: 50px;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 50px;
  cursor: pointer;
  text-decoration: none;
}
button a,
.button a {
  color: #ffffff;
  text-decoration: none;
}
button:hover,
.button:hover {
  background-color: #b40011;
}
button.full,
.button.full {
  background: #0086ff;
  color: #ffffff;
}
button.full:hover,
.button.full:hover {
  background-color: #0079e6;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif, arial, helvetica;
  font-size: 20px;
  border: 1px solid #2e2e2e;
  background: #ffffff;
  color: #3e3e3e;
  height: 50px;
  line-height: 50px;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 2%;
}
textarea {
  height: 90px;
  line-height: 30px;
}
input[type="radio"] {
  display: none;
}
input[type="checkbox"] + label span,
input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-top: 8px;
  vertical-align: middle;
  background: url(/assets/images/check_radio.png) left top no-repeat;
  cursor: pointer;
}
input[type="checkbox"]:checked + label span,
input[type="radio"]:checked + label span {
  background: url(/assets/images/check_radio.png) -19px top no-repeat;
}
h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 40px;
  font-style: italic;
  text-align: right;
  position: absolute;
  bottom: 30px;
  width: 1260px;
  right: 50%;
  margin-right: -630px;
}
@media only screen and (max-width: 1280px) {
  h1 {
    width: auto;
    right: 2%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 375px) {
  h1 {
    font-size: 20px;
  }
}
h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  padding: 20px 0 10px;
  font-size: 30px;
}
@media only screen and (max-width: 1280px) {
  h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 18px;
  }
}
h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  padding-bottom: 20px;
  font-size: 24px;
}
header {
  width: 100%;
}
header .header-content {
  box-sizing: border-box;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
header .header-content:before,
header .header-content:after {
  content: " ";
  display: block;
  height: 0;
}
header .header-content:after {
  clear: both;
}
header .header-content .menu,
header .header-content .language {
  float: right;
  height: 80px;
  position: relative;
}
header .header-content .menu:before,
header .header-content .language:before,
header .header-content .menu:after,
header .header-content .language:after {
  content: " ";
  display: block;
  height: 0;
}
header .header-content .menu:after,
header .header-content .language:after {
  clear: both;
}
header .header-content .menu a,
header .header-content .language a {
  float: left;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  padding: 20px 20px;
  line-height: 40px;
}
header .header-content .menu a:hover,
header .header-content .language a:hover {
  background-color: #211e1d;
}
@media only screen and (max-width: 767px) {
  header .header-content .menu a:hover,
  header .header-content .language a:hover {
    background-color: #211e1d;
  }
}
@media only screen and (max-width: 767px) {
  header .header-content .menu a,
  header .header-content .language a {
    padding: 10px 2%;
    width: 44%;
    margin: 1%;
    text-align: center;
    line-height: 30px;
    background-color: #3e3937;
    color: #d4d0cf;
  }
}
@media only screen and (max-width: 767px) {
  header .header-content .menu,
  header .header-content .language {
    display: none;
    height: 0;
    width: 100%;
    padding-bottom: 5px;
  }
}
header .header-content .mobile {
  display: none;
  float: right;
  padding: 5% 2% 0 0;
}
@media only screen and (max-width: 767px) {
  header .header-content .mobile {
    display: block;
  }
}
header .header-content img {
  float: left;
}
@media only screen and (max-width: 767px) {
  header .header-content img {
    max-width: 70%;
    max-height: 80px;
  }
}
.unauth {
  display: block;
}
.auth,
.authcredits {
  display: none;
}
.authenticated .unauth {
  display: none;
}
.authenticated .auth {
  display: block;
}
.bars {
  box-sizing: border-box;
  width: 100%;
  padding: 0 2%;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
}
.sub-header {
  box-sizing: border-box;
  width: 100%;
  padding: 0 2%;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  background: #cd0013;
  color: #ffffff;
}
.splash-banner {
  position: relative;
  background: url(/assets/images/splash1.jpg);
  min-height: 500px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 375px) {
  .splash-banner {
    min-height: 325px;
  }
}
.sub-splash {
  box-sizing: border-box;
  width: 100%;
  padding: 0 2%;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  background: #0086ff;
  color: #ffffff;
}
.sub-splash a {
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .sub-splash {
    height: 60px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 375px) {
  .sub-splash {
    font-size: 20px;
  }
}
.home-content {
  box-sizing: border-box;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.home-content:before,
.home-content:after {
  content: " ";
  display: block;
  height: 0;
}
.home-content:after {
  clear: both;
}
@media only screen and (max-width: 1280px) {
  .home-content {
    max-width: 96%;
  }
}
.home-content .block {
  width: 32%;
  float: left;
  padding: 10px 2% 0 0;
  margin-top: 50px;
}
.home-content .block.block-4 {
  width: 23.5%;
}
.home-content .block.block-4:nth-child(3) {
  padding-right: 2%;
}
.home-content .block.block-4:nth-child(4) {
  padding-right: 0;
}
.home-content .block:nth-child(3) {
  padding-right: 0;
}
.home-content .block .block-content {
  background-color: #3e3937;
  color: #d4d0cf;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  text-align: center;
  min-height: 190px;
}
@media only screen and (max-width: 960px) {
  .home-content .block .block-content {
    min-height: 235px;
  }
}
@media only screen and (max-width: 767px) {
  .home-content .block .block-content {
    min-height: 250px;
  }
}
@media only screen and (max-width: 529px) {
  .home-content .block .block-content {
    min-height: auto;
  }
}
.home-content .block .block-content span {
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #cd0013;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 72px;
}
.home-content .block .block-content span i {
  font-size: 40px;
}
.home-content .block .block-content a {
  color: #0086ff;
}
@media only screen and (max-width: 767px) {
  .home-content .block {
    font-size: 16px;
  }
}
@media only screen and (max-width: 529px) {
  .home-content .block {
    width: 96%;
    padding: 0 2%;
  }
}
.home-content img.devices {
  width: 100%;
  max-width: 80%;
  margin: 20px 10% 0;
}
@media only screen and (max-width: 767px) {
  .home-content img.devices {
    max-width: 96%;
    margin: 20px 2% 0;
  }
}
@media only screen and (max-width: 529px) {
  .home-content + .videos {
    display: none;
  }
}
.free-banner {
  width: 96%;
  max-width: 1260px;
  margin: 20px auto;
}
.free-banner img {
  width: 100%;
}
.video-cnt {
  padding-bottom: 20px;
}
.video-cnt:nth-child(2n+1) {
  background-color: #494341;
  color: #e0dddc;
}
.video-cnt:nth-child(2n+2) {
  background-color: #3e3937;
  color: #d4d0cf;
}
.video-cnt .video {
  box-sizing: border-box;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.video-cnt .video h2 span {
  background: rgba(255, 255, 255, 0.1);
  float: right;
  font-family: 'Open Sans', sans-serif, arial, helvetica;
  font-size: 20px;
  padding: 0.1em;
}
.video-cnt .video h2 span.yes {
  display: none;
}
.video-cnt .video h2 span.no {
  display: block;
}
.video-cnt .video h2 .status {
  display: inline-block;
  padding: 0 21px 0 20px;
  font-size: 22px;
  margin-left: 3px;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  margin-top: -7px;
  font-weight: bold;
}
.video-cnt .video h2 .status.new {
  background: #ffec01;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .video-cnt .video h2 .status {
    font-size: 18px;
    height: 22px;
    line-height: 22px;
  }
}
.video-cnt .video.owned span.yes {
  display: block;
}
.video-cnt .video.owned span.no {
  display: none;
}
.video-cnt .video .content1 {
  position: relative;
}
.video-cnt .video .content1:before,
.video-cnt .video .content1:after {
  content: " ";
  display: block;
  height: 0;
}
.video-cnt .video .content1:after {
  clear: both;
}
.video-cnt .video .content1 .image-container {
  float: left;
  position: relative;
  width: 70%;
  padding-top: 42%;
  overflow: hidden;
}
.video-cnt .video .content1 .image-container .cycler img {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
}
.video-cnt .video .content1 .image-container .cycler img.active {
  z-index: 3;
}
.video-cnt .video .content1 .image-container .contains {
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 10;
}
.video-cnt .video .content1 .image-container .contains:before,
.video-cnt .video .content1 .image-container .contains:after {
  content: " ";
  display: block;
  height: 0;
}
.video-cnt .video .content1 .image-container .contains:after {
  clear: both;
}
.video-cnt .video .content1 .image-container .contains span {
  float: left;
  padding: 10px 20px;
  background-color: #2e2a29;
  background-color: rgba(46, 42, 41, 0.7);
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b32e2a29, endColorstr=#b32e2a29)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b32e2a29, endColorstr=#b32e2a29);
  margin-right: 1px;
}
@media only screen and (max-width: 767px) {
  .video-cnt .video .content1 .image-container .contains span {
    font-size: 14px;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .video-cnt .video .content1 .image-container {
    width: 100%;
    padding-top: 60%;
  }
}
.video-cnt .video .content1 .download {
  float: left;
  padding-left: 2%;
  width: 28%;
}
.video-cnt .video .content1 .download .quality {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 40px;
  margin-bottom: 3px;
  position: relative;
  cursor: pointer;
}
.video-cnt .video .content1 .download .quality:before,
.video-cnt .video .content1 .download .quality:after {
  content: " ";
  display: block;
  height: 0;
}
.video-cnt .video .content1 .download .quality:after {
  clear: both;
}
.video-cnt .video .content1 .download .quality label.checkbox {
  position: absolute;
  top: 5px;
  left: 30px;
}
.video-cnt .video .content1 .download .quality img {
  margin-right: 10px;
  float: left;
  height: 40px;
  cursor: pointer;
}
.video-cnt .video .content1 .download .quality label {
  cursor: pointer;
}
.video-cnt .video .content1 .download .button {
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 28%;
}
.video-cnt .video .content1 .download .button.full {
  bottom: 0;
}
@media only screen and (max-width: 960px) {
  .video-cnt .video .content1 .download .button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .video-cnt .video .content1 .download {
    display: none;
  }
}
.video-cnt .video .mobile {
  display: none;
}
.video-cnt .video .mobile:before,
.video-cnt .video .mobile:after {
  content: " ";
  display: block;
  height: 0;
}
.video-cnt .video .mobile:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .video-cnt .video .mobile {
    display: block;
  }
}
.video-cnt .video .mobile .button {
  box-sizing: border-box;
  width: 50%;
  float: left;
  font-size: 16px;
}
.video-cnt .video .content2:before,
.video-cnt .video .content2:after {
  content: " ";
  display: block;
  height: 0;
}
.video-cnt .video .content2:after {
  clear: both;
}
.video-cnt .video .content2 p {
  font-size: 16px;
  font-weight: 300;
  padding: 20px 0 0;
}
.video-cnt .video .content2 .img-cnt {
  width: 18.4%;
  float: left;
  margin: 20px 1%;
}
.video-cnt .video .content2 .img-cnt .img {
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.video-cnt .video .content2 .img-cnt:nth-child(2) {
  margin-left: 0;
}
.video-cnt .video .content2 .img-cnt:nth-child(6) {
  margin-right: 0;
}
@media only screen and (max-width: 1280px) {
  .video-cnt .video {
    max-width: 96%;
  }
}
.page {
  background-size: cover;
  background-position: center;
  background-image: url('/assets/images/login-background.jpg');
  height: calc(100% - 270px);
}
.page.conditions,
.page.aboutus {
  box-sizing: border-box;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  background: none;
  height: auto;
  font-size: 14px;
  padding-bottom: 40px;
}
.page.conditions h3,
.page.aboutus h3 {
  font-size: 14px;
}
@media only screen and (max-width: 1280px) {
  .page.conditions,
  .page.aboutus {
    max-width: 96%;
  }
}
.page.aboutus:before,
.page.aboutus:after {
  content: " ";
  display: block;
  height: 0;
}
.page.aboutus:after {
  clear: both;
}
.page.aboutus h3 {
  font-size: 18px;
  padding: 20px 0 0;
}
.page.aboutus p,
.page.aboutus label {
  font-size: 16px;
}
.page.aboutus a {
  color: #ffffff;
}
.page.aboutus button {
  text-align: center;
}
.page.aboutus .block {
  width: 50%;
  float: left;
  margin-left: 25%;
}
@media only screen and (max-width: 767px) {
  .page.aboutus .block {
    width: 100%;
    margin-left: inherit;
  }
}
@media only screen and (max-width: 529px) {
  .page {
    height: auto;
  }
}
.page .page-overlay {
  background-color: #2e2a29;
  background-color: rgba(46, 42, 41, 0.6);
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#992e2a29, endColorstr=#992e2a29)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#992e2a29, endColorstr=#992e2a29);
  height: 100%;
}
.page .page-overlay .form {
  box-sizing: border-box;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  max-width: 500px;
  display: block;
}
.page .page-overlay .form label a {
  float: right;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}
.page .page-overlay .form label.password:before,
.page .page-overlay .form label.password:after {
  content: " ";
  display: block;
  height: 0;
}
.page .page-overlay .form label.password:after {
  clear: both;
}
.page .page-overlay .form label.error,
.page .page-overlay .form div.error {
  margin: -16px 0 20px;
  padding: 0 1%;
  width: 98%;
  display: block;
  background: #ff0000;
}
.page .page-overlay .form input.error {
  border-color: #ff0000;
}
.page .page-overlay .form p {
  padding-bottom: 10px;
}
.page .page-overlay .form button,
.page .page-overlay .form .button {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 529px) {
  .page .page-overlay .form {
    max-width: 96%;
  }
}
.page .page-overlay .form-forgot,
.page .page-overlay .complete,
.page .page-overlay.email-validation {
  display: none;
}
.page.credits:before,
.page.credits:after {
  content: " ";
  display: block;
  height: 0;
}
.page.credits:after {
  clear: both;
}
.page.credits p {
  padding-bottom: 20px;
}
.page.credits .package {
  cursor: pointer;
  padding: 0 1%;
  height: 60px;
  line-height: 60px;
}
.page.credits .package:before,
.page.credits .package:after {
  content: " ";
  display: block;
  height: 0;
}
.page.credits .package:after {
  clear: both;
}
.page.credits .package:nth-child(2n+1) {
  background-color: #494341;
  color: #e0dddc;
}
.page.credits .package:nth-child(2n+2) {
  background-color: #3e3937;
  color: #d4d0cf;
}
.page.credits .package.active {
  background: #131111;
}
.page.credits .package span {
  float: left;
  font-size: 24px;
  width: 32%;
  cursor: pointer;
}
.page.credits .package span.save {
  width: calc(35% - 19px);
  color: #ff0119;
  font-size: 18px;
}
.page.credits .package label.checkbox span {
  width: 19px;
  margin-right: 1%;
  margin-top: 20px;
}
.help-cnt .help {
  box-sizing: border-box;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  display: none;
  padding-bottom: 20px;
}
.help-cnt .help.always {
  display: block;
}
@media only screen and (max-width: 1280px) {
  .help-cnt .help {
    max-width: 96%;
  }
}
.help-cnt .help p {
  line-height: 2em;
}
.help-cnt .help span {
  display: block;
  padding: 0 1%;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 15px;
  background-color: #3e3937;
  color: #d4d0cf;
}
.help-cnt .help span a {
  color: #0086ff;
}
.help-cnt .help i {
  font-size: 14px;
  font-weight: normal;
  opacity: .6;
  padding-left: 1%;
}
.help-cnt .block.help:target {
  display: block;
}
footer {
  box-sizing: border-box;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  height: 150px;
}
footer .footer-content {
  text-align: center;
  background-color: #2e2a29;
  color: #c8c2c1;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  footer .footer-content {
    font-size: 14px;
  }
}
footer .footer-content p {
  padding: 10px 0;
}
footer .footer-content a {
  background-color: #2e2a29;
  color: #c8c2c1;
}
footer .footer-content .protect {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  footer .footer-content .protect {
    font-size: 12px;
  }
}
.uppercase {
  text-transform: uppercase;
}
.page.settings {
  max-width: 1200px;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
}
.page.settings * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page.settings input {
  margin-bottom: 0;
}
.page.settings input[type=radio] + label span {
  margin: 0;
}
.page.settings .block {
  box-sizing: border-box;
  margin-left: 2%;
  float: left;
  width: 49%;
}
.page.settings .block:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .page.settings .block {
    margin-left: 0;
    width: 100%;
  }
}
.page.settings .row {
  margin-bottom: 1em;
}
.page.settings .row:before,
.page.settings .row:after {
  content: "";
  display: table;
}
.page.settings .row:after {
  clear: both;
}
.page.settings .input-group {
  box-sizing: border-box;
  margin-left: 2%;
  float: left;
  width: 49%;
}
.page.settings .input-group:first-child {
  margin-left: 0;
  margin-top: 0;
}
@media (max-width: 1200px) {
  .page.settings .input-group {
    margin-left: 0;
    margin-top: 1em;
    width: 100%;
  }
}
.page.settings h4 {
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  font-size: 1.4em;
}
.quality {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 40px;
  margin-bottom: 3px;
  position: relative;
  cursor: pointer;
}
.quality:before,
.quality:after {
  content: " ";
  display: block;
  height: 0;
}
.quality:after {
  clear: both;
}
.quality label.checkbox {
  position: absolute;
  top: 5px;
  left: 30px;
}
.quality img {
  margin-right: 10px;
  float: left;
  height: 40px;
  cursor: pointer;
}
.quality label {
  cursor: pointer;
}
.dropdown-menu.language,
.dropdown-menu.account {
  box-sizing: border-box;
  position: absolute !important;
  overflow: hidden;
  background: #3e3e3e;
  right: 0;
  z-index: 1;
  height: 0;
}
.dropdown-menu.language ul,
.dropdown-menu.account ul {
  list-style: none;
}
.dropdown-menu.language *,
.dropdown-menu.account * {
  width: 100%;
}
.dropdown-menu.language.desktop,
.dropdown-menu.account.desktop {
  height: 0;
}
@media only screen and (max-width: 767px) {
  .desktop,
  .authenticated .desktop,
  .authenticated .auth.desktop,
  .authenticated .unauth.desktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .mobile-only,
  .language.mobile-only,
  .authenticated .mobile-only,
  .authenticated .auth.mobile-only,
  .authenticated .unauth.mobile-only {
    display: none;
  }
}
a.plain {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
a.plain:visited {
  color: #ffffff;
}
a.line {
  text-decoration: underline;
}
.text-small {
  font-size: 0.7rem;
}
