
@-webkit-keyframes backgroundAnimate {
  from {
    left: 0;
    top: 0;
  }
  to {
    left: -10000px;
    top: -2000px;
  }
}

@-moz-keyframes backgroundAnimate {
  from {
    left: 0;
    top: 0;
  }
  to {
    left: -10000px;
    top: -2000px;
  }
}

@-o-keyframes backgroundAnimate {
  from {
    left: 0;
    top: 0;
  }
  to {
    left: -10000px;
    top: -2000px;
  }
}

@keyframes backgroundAnimate {
  from {
    left: 0;
    top: 0;
  }
  to {
    left: -10000px;
    top: -2000px;
  }
}

#back {
  background: url(../images/back.png) repeat 20% 20%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  z-index: -1;
  -webkit-animation-name: backgroundAnimate;
  -webkit-animation-duration: 500s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: backgroundAnimate;
  -moz-animation-duration: 5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -o-animation-name: backgroundAnimate;
  -o-animation-duration: 500s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  animation-name: backgroundAnimate;
  animation-duration: 500s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

#front {
  background: url(../images/front.png) repeat 35% 35%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: -1;
  -webkit-animation-name: backgroundAnimate;
  -webkit-animation-duration: 300s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: backgroundAnimate;
  -moz-animation-duration: 300s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -o-animation-name: backgroundAnimate;
  -o-animation-duration: 300s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  animation-name: backgroundAnimate;
  animation-duration: 300s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}


#dashboard {
	margin: 20px auto 20px auto;
	position: relative;
	width: 150px;
	height: 100px;
	border-top: 5px dashed #FFD700;
	border-left: 5px dashed #FFD700;
	border-right: 5px dashed #FFD700;

	-webkit-box-shadow: 0 0 0 5px #555, inset 0 0 0 5px #555, 0 0 0 10px #333,0 13px 5px rgba(0,0,0,.2),inset 0 2px 50px 50px #555;
	box-shadow: 0 0 0 5px #555, inset 0 0 0 5px #555, 0 0 0 10px #333,0 13px 5px rgba(0,0,0,.2),inset 0 2px 50px 50px #555;
	border-radius: 200px 200px 50px 50px;
	background: #555;
}

#dashboard:after {
	content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0Max";
	position: absolute;
	left: 50%;
	font-family: sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	bottom: 5px;
	width: 30px;
	height: 30px;
	background: #333;
	color: #777;
	margin-left: -15px;
	border-radius: 30px;
	line-height: 50px;

	-webkit-box-shadow: inset 0 0 10px #222,0 2px 2px #444;
	box-shadow: inset 0 0 10px #222,0 2px 2px #444;
}

#dashboard:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 1px;
	border: 0px solid transparent;
	border-left: 15px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 80px solid #EE2222;
	bottom: 20px;
	left: 50%;
	margin-left: -15px;

	-webkit-transform: rotate(-96deg);
	-moz-transform: rotate(-96deg);
	-o-transform: rotate(-96deg);
	-ms-transform: rotate(-96deg);
	transform: rotate(-96deg);

	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;

	-webkit-animation: boost .2s infinite;
	-moz-animation: boost .2s infinite;
	-ms-animation: boost .2s infinite;
	-o-animation: boost .2s infinite;
	animation: boost .2s infinite;
}

@keyframes "boost" {
 from {
    -webkit-transform: rotate(86deg);
   	-moz-transform: rotate(86deg);
   	-o-transform: rotate(86deg);
   	-ms-transform: rotate(86deg);
   	transform: rotate(86deg);
 }
 50% {
    -webkit-transform: rotate(90deg);
   	-moz-transform: rotate(90deg);
   	-o-transform: rotate(90deg);
   	-ms-transform: rotate(90deg);
   	transform: rotate(90deg);
 }
 to {
    -webkit-transform: rotate(86deg);
   	-moz-transform: rotate(86deg);
   	-o-transform: rotate(86deg);
   	-ms-transform: rotate(86deg);
   	transform: rotate(86deg);
 }

}

@-moz-keyframes boost {
 from {
   -moz-transform: rotate(86deg);
   transform: rotate(86deg);
 }
 50% {
   -moz-transform: rotate(90deg);
   transform: rotate(90deg);
 }
 to {
   -moz-transform: rotate(86deg);
   transform: rotate(86deg);
 }

}

@-webkit-keyframes "boost" {
 from {
   -webkit-transform: rotate(86deg);
   transform: rotate(86deg);
 }
 50% {
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg);
 }
 to {
   -webkit-transform: rotate(86deg);
   transform: rotate(86deg);
 }

}

@-ms-keyframes "boost" {
 from {
   -ms-transform: rotate(86deg);
   transform: rotate(86deg);
 }
 50% {
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
 }
 to {
   -ms-transform: rotate(86deg);
   transform: rotate(86deg);
 }

}

@-o-keyframes "boost" {
 from {
   -o-transform: rotate(86deg);
   transform: rotate(86deg);
 }
 50% {
   -o-transform: rotate(90deg);
   transform: rotate(90deg);
 }
 to {
   -o-transform: rotate(86deg);
   transform: rotate(86deg);
 }

}






.housing {
  margin: 20px auto;
  position: relative;
  width: 280px;
  height: 756px;
  border-radius: 2px;
  border: 8px solid #151515;
  background-color: #151515;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2);
}

.door {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-style: solid;
  border-color: #191919;
  border-width: 3px 12px;
  background-color: rgba(230, 230, 230, 0.1);
  z-index: 50;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}
.door.open {
  -webkit-transform: rotateY(135deg) skew(0, -10deg);
  -moz-transform: rotateY(135deg) skew(0, -10deg);
  -ms-transform: rotateY(135deg) skew(0, -10deg);
  -o-transform: rotateY(135deg) skew(0, -10deg);
  transform: rotateY(135deg) skew(0, -10deg);
}
.door .handle {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 6px;
  height: 63px;
  border-radius: 2px;
  background-color: #888;
  box-shadow: 0 0 4px 1px rgba(40, 40, 40, 0.25);
  cursor: pointer;
}
.door .handle:hover {
  background-color: #bbb;
}
.door .handle:active {
  -webkit-transform: translate(0, 4px);
  -moz-transform: translate(0, 4px);
  -ms-transform: translate(0, 4px);
  -o-transform: translate(0, 4px);
  transform: translate(0, 4px);
}

.foot {
  position: absolute;
  bottom: -14px;
  width: 10%;
  height: 6px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #888;
}
.foot:nth-of-type(1) {
  left: 0;
}
.foot:nth-of-type(2) {
  right: 0;
}

.rack {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  list-style: none;
}
.rack a {
  text-decoration: none;
  color: #16A8C7;
}
.rack a:hover {
  text-decoration: none;
}

.rack li {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: #282828;
  background-image: -webkit-linear-gradient(top, #282828, #222, #282828);
  background-image: linear-gradient(to bottom,#282828, #222, #282828);
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  text-align: center;
}
.rack li:first-of-type {
  border-top: none;
}
.rack li:last-of-type {
  border-bottom: none;
}
.rack li:active {
  opacity: 0.5;
}
.rack li:active .light {
  background-color: transparent !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  animation: none !important;
}
.rack li .light {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 1px solid #444;
}
.rack li .light:nth-of-type(1) {
  left: 18px;
  background-color: #16A8C7;
}
.rack li .light:nth-of-type(2) {
  left: 26px;
  -webkit-animation: 2s blink infinite;
  -moz-animation: 2s blink infinite;
  animation: 2s blink infinite;
}

.small {
  height: 18px;
  line-height: 17px;
  font-size: 0.6em;
}

.medium {
  height: 36px;
  line-height: 35px;
  font-size: 0.7em;
}

.large {
  height: 54px;
  line-height: 53px;
  font-size: 0.8em;
}

@-webkit-keyframes blink {
  0%,
  70%,
  90% {
    background-color: #66bb6a;
  }
  80%,
  100% {
    background-color: #ffa726;
  }
}
@-moz-keyframes blink {
  0%,
  70%,
  90% {
    background-color: #66bb6a;
  }
  80%,
  100% {
    background-color: #ffa726;
  }
}
@keyframes blink {
  0%,
  70%,
  90% {
    background-color: #66bb6a;
  }
  80%,
  100% {
    background-color: #ffa726;
  }
}
.rack li:nth-of-type(1) .light:nth-of-type(2) {
  -webkit-animation-delay: 958ms;
  -moz-animation-delay: 958ms;
  animation-delay: 958ms;
}

.rack li:nth-of-type(2) .light:nth-of-type(2) {
  -webkit-animation-delay: 571ms;
  -moz-animation-delay: 571ms;
  animation-delay: 571ms;
}

.rack li:nth-of-type(3) .light:nth-of-type(2) {
  -webkit-animation-delay: 161ms;
  -moz-animation-delay: 161ms;
  animation-delay: 161ms;
}

.rack li:nth-of-type(4) .light:nth-of-type(2) {
  -webkit-animation-delay: 989ms;
  -moz-animation-delay: 989ms;
  animation-delay: 989ms;
}

.rack li:nth-of-type(5) .light:nth-of-type(2) {
  -webkit-animation-delay: 258ms;
  -moz-animation-delay: 258ms;
  animation-delay: 258ms;
}

.rack li:nth-of-type(6) .light:nth-of-type(2) {
  -webkit-animation-delay: 702ms;
  -moz-animation-delay: 702ms;
  animation-delay: 702ms;
}

.rack li:nth-of-type(7) .light:nth-of-type(2) {
  -webkit-animation-delay: 171ms;
  -moz-animation-delay: 171ms;
  animation-delay: 171ms;
}

.rack li:nth-of-type(8) .light:nth-of-type(2) {
  -webkit-animation-delay: 135ms;
  -moz-animation-delay: 135ms;
  animation-delay: 135ms;
}

.rack li:nth-of-type(9) .light:nth-of-type(2) {
  -webkit-animation-delay: 454ms;
  -moz-animation-delay: 454ms;
  animation-delay: 454ms;
}

.rack li:nth-of-type(10) .light:nth-of-type(2) {
  -webkit-animation-delay: 804ms;
  -moz-animation-delay: 804ms;
  animation-delay: 804ms;
}

.rack li:nth-of-type(11) .light:nth-of-type(2) {
  -webkit-animation-delay: 88ms;
  -moz-animation-delay: 88ms;
  animation-delay: 88ms;
}

.rack li:nth-of-type(12) .light:nth-of-type(2) {
  -webkit-animation-delay: 950ms;
  -moz-animation-delay: 950ms;
  animation-delay: 950ms;
}

.rack li:nth-of-type(13) .light:nth-of-type(2) {
  -webkit-animation-delay: 55ms;
  -moz-animation-delay: 55ms;
  animation-delay: 55ms;
}

.rack li:nth-of-type(14) .light:nth-of-type(2) {
  -webkit-animation-delay: 629ms;
  -moz-animation-delay: 629ms;
  animation-delay: 629ms;
}

.rack li:nth-of-type(15) .light:nth-of-type(2) {
  -webkit-animation-delay: 454ms;
  -moz-animation-delay: 454ms;
  animation-delay: 454ms;
}

.rack li:nth-of-type(16) .light:nth-of-type(2) {
  -webkit-animation-delay: 227ms;
  -moz-animation-delay: 227ms;
  animation-delay: 227ms;
}

.rack li:nth-of-type(17) .light:nth-of-type(2) {
  -webkit-animation-delay: 559ms;
  -moz-animation-delay: 559ms;
  animation-delay: 559ms;
}

.rack li:nth-of-type(18) .light:nth-of-type(2) {
  -webkit-animation-delay: 653ms;
  -moz-animation-delay: 653ms;
  animation-delay: 653ms;
}

.rack li:nth-of-type(19) .light:nth-of-type(2) {
  -webkit-animation-delay: 598ms;
  -moz-animation-delay: 598ms;
  animation-delay: 598ms;
}

.rack li:nth-of-type(20) .light:nth-of-type(2) {
  -webkit-animation-delay: 49ms;
  -moz-animation-delay: 49ms;
  animation-delay: 49ms;
}

.rack li:nth-of-type(21) .light:nth-of-type(2) {
  -webkit-animation-delay: 454ms;
  -moz-animation-delay: 454ms;
  animation-delay: 454ms;
}

.rack li:nth-of-type(22) .light:nth-of-type(2) {
  -webkit-animation-delay: 289ms;
  -moz-animation-delay: 289ms;
  animation-delay: 289ms;
}

.rack li:nth-of-type(23) .light:nth-of-type(2) {
  -webkit-animation-delay: 978ms;
  -moz-animation-delay: 978ms;
  animation-delay: 978ms;
}

.rack li:nth-of-type(24) .light:nth-of-type(2) {
  -webkit-animation-delay: 753ms;
  -moz-animation-delay: 753ms;
  animation-delay: 753ms;
}

.rack li:nth-of-type(25) .light:nth-of-type(2) {
  -webkit-animation-delay: 173ms;
  -moz-animation-delay: 173ms;
  animation-delay: 173ms;
}

.rack li:nth-of-type(26) .light:nth-of-type(2) {
  -webkit-animation-delay: 447ms;
  -moz-animation-delay: 447ms;
  animation-delay: 447ms;
}

.rack li:nth-of-type(27) .light:nth-of-type(2) {
  -webkit-animation-delay: 924ms;
  -moz-animation-delay: 924ms;
  animation-delay: 924ms;
}

.rack li:nth-of-type(28) .light:nth-of-type(2) {
  -webkit-animation-delay: 77ms;
  -moz-animation-delay: 77ms;
  animation-delay: 77ms;
}

.rack li:nth-of-type(29) .light:nth-of-type(2) {
  -webkit-animation-delay: 280ms;
  -moz-animation-delay: 280ms;
  animation-delay: 280ms;
}

.rack li:nth-of-type(30) .light:nth-of-type(2) {
  -webkit-animation-delay: 843ms;
  -moz-animation-delay: 843ms;
  animation-delay: 843ms;
}

.rack li:nth-of-type(31) .light:nth-of-type(2) {
  -webkit-animation-delay: 9ms;
  -moz-animation-delay: 9ms;
  animation-delay: 9ms;
}

.rack li:nth-of-type(32) .light:nth-of-type(2) {
  -webkit-animation-delay: 374ms;
  -moz-animation-delay: 374ms;
  animation-delay: 374ms;
}

.rack li:nth-of-type(33) .light:nth-of-type(2) {
  -webkit-animation-delay: 813ms;
  -moz-animation-delay: 813ms;
  animation-delay: 813ms;
}

.rack li:nth-of-type(34) .light:nth-of-type(2) {
  -webkit-animation-delay: 533ms;
  -moz-animation-delay: 533ms;
  animation-delay: 533ms;
}

.rack li:nth-of-type(35) .light:nth-of-type(2) {
  -webkit-animation-delay: 758ms;
  -moz-animation-delay: 758ms;
  animation-delay: 758ms;
}

.rack li:nth-of-type(36) .light:nth-of-type(2) {
  -webkit-animation-delay: 803ms;
  -moz-animation-delay: 803ms;
  animation-delay: 803ms;
}

.rack li:nth-of-type(37) .light:nth-of-type(2) {
  -webkit-animation-delay: 462ms;
  -moz-animation-delay: 462ms;
  animation-delay: 462ms;
}

.rack li:nth-of-type(38) .light:nth-of-type(2) {
  -webkit-animation-delay: 362ms;
  -moz-animation-delay: 362ms;
  animation-delay: 362ms;
}

.rack li:nth-of-type(39) .light:nth-of-type(2) {
  -webkit-animation-delay: 54ms;
  -moz-animation-delay: 54ms;
  animation-delay: 54ms;
}

.rack li:nth-of-type(40) .light:nth-of-type(2) {
  -webkit-animation-delay: 569ms;
  -moz-animation-delay: 569ms;
  animation-delay: 569ms;
}

.rack li:nth-of-type(41) .light:nth-of-type(2) {
  -webkit-animation-delay: 779ms;
  -moz-animation-delay: 779ms;
  animation-delay: 779ms;
}

.rack li:nth-of-type(42) .light:nth-of-type(2) {
  -webkit-animation-delay: 604ms;
  -moz-animation-delay: 604ms;
  animation-delay: 604ms;
}


#grid {
  -moz-transform: translate(1px, 0px);
  -ms-transform: translate(1px, 0px);
  -webkit-transform: translate(1px, 0px);
  transform: translate(1px, 0px);
}

/* GRAPH - 1 */
#graph-1 {
  stroke: url(#gradient-1);
  stroke-width: 1.5;
  fill: transparent;
  stroke-linecap: round;
  stroke-linejoin: round;
  -moz-animation: lineani 1.3s linear forwards;
  -webkit-animation: lineani 1.3s linear forwards;
  animation: lineani 1.3s linear forwards;
}

#graph-2 {
  stroke: url(#gradient-2);
  stroke-width: 1.5;
  fill: transparent;
  stroke-linecap: round;
  stroke-linejoin: round;
  -moz-animation: lineani 1.3s linear forwards;
  -webkit-animation: lineani 1.3s linear forwards;
  animation: lineani 1.3s linear forwards;
}

#poly-1 {
  fill: url(#gradient-3);
}

#poly-2 {
  fill: url(#gradient-4);
}

@-moz-keyframes lineani {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes lineani {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes lineani {
  to {
    stroke-dashoffset: 0;
  }
}
.underlay {
  stroke-width: 5;
  fill: transparent;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #24303a;
}

#circle-graph-1 {
  stroke: url(#gradient-1);
  stroke-width: 5;
  fill: transparent;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chart-circle {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#circle-graph-2 {
  stroke: url(#gradient-2);
  stroke-width: 5;
  fill: transparent;
  stroke-linecap: round;
  stroke-linejoin: round;
}



.charts-container {
  padding: 20px;
  width: 100%;
  max-width: 1024px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chart {
  color: #4a667a;
  text-align: left;
  position: relative;
  height: auto;
  background-color: #1e2730;
  display: inline-block;
  float: left;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px;
  padding: 15px 20px 65px 20px;
}
.chart.circle {
  padding: 15px 20px 40px 20px;
}
@media screen and (max-width: 700px) {
  .chart {
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 700px) {
  .chart {
    width: calc(50% - 20px);
  }
}

.title {
  font-size: 22px;
  margin-bottom: 12px;
}

.chart-circle {
  display: inline-block;
  position: relative;
}

.chart-svg {
  position: relative;
}

.circle-percentage {
  position: absolute;
  color: white;
  font-size: 48px;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  .circle-percentage {
    font-size: 32px;
  }
}

.align-center {
  text-align: center;
}

.chart-line {
  width: 80%;
}

.valueX {
  font-size: 14px;
}

.chart-values {
  text-align: right;
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px;
}

.h-value {
  -moz-transition: ease-in-out 700ms;
  -o-transition: ease-in-out 700ms;
  -webkit-transition: ease-in-out 700ms;
  transition: ease-in-out 700ms;
  opacity: 0;
}
.h-value.visible {
  opacity: 1;
}

.percentage-value {
  -moz-transition: ease-in-out 700ms;
  -o-transition: ease-in-out 700ms;
  -webkit-transition: ease-in-out 700ms;
  transition: ease-in-out 700ms;
  color: #48c15e;
  margin-top: 2px;
  opacity: 0;
}
.percentage-value.negative {
  color: #ef6670;
}
.percentage-value.visible {
  opacity: 1;
}

.total-gain {
  color: white;
  font-size: 48px;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 0 28px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.triangle.red {
  border-color: transparent transparent transparent #ef6670;
}
.triangle.green {
  border-color: transparent transparent transparent #48c15e;
}

.horizontal,
.vertical {
  stroke-width: 0.1;
  stroke: #4a667a;
}

/* CLEARFIX HELPER */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

/*IRRELEVANT CSS*/
.followlinks {
  position: fixed;
  right: 35px;
  bottom: 15px;
  display: table;
}
.followlinks a {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  color: white;
}
.followlinks a svg path {
  fill: white;
}

.heartIt {
  margin-top: 50px;
  margin-bottom: 80px;
}
.heartIt p {
  font-size: 24px;
  line-height: 40px;
}
.heartIt img {
  width: 64px;
  height: auto;
  opacity: 0.7;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.original {
  color: #ef6670;
  font-size: 14px;
}

