@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes hover {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

@keyframes hover {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

@-webkit-keyframes hoverside {
  0% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}

@keyframes hoverside {
  0% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}

* {
  margin: 0em;
  padding: 0em;
  list-style: none;
  border: 0em;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 1em;
  font-family: inherit;
  background-repeat: no-repeat;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-decoration: none;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  color: #ec8785;
  background: #bc1f1d;
}

::selection {
  color: #ec8785;
  background: #bc1f1d;
}

body {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0 auto;
  position: relative;
  line-height: 1.2;
  cursor: default !important;
}

a {
  color: #e24543;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

a:hover, a:active {
  color: #bc1f1d;
}

button {
  cursor: pointer;
}

[type='range'] {
  -webkit-appearance: none;
  margin: 16px 0;
  width: 100%;
  background-color: transparent;
}

[type='range']:focus {
  outline: 0;
}

[type='range']:focus::-webkit-slider-runnable-track {
  background: rgba(13, 13, 13, 0.6);
}

[type='range']:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.6);
}

[type='range']:focus::-ms-fill-upper {
  background: rgba(13, 13, 13, 0.6);
}

[type='range']::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 10px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #eceff1;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

[type='range']::-webkit-slider-thumb {
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #e24543;
  border: 2px solid #eceff1;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  cursor: pointer;
  height: 32px;
  width: 24px;
  -webkit-appearance: none;
  margin-top: -13px;
}

[type='range']::-moz-range-track {
  cursor: pointer;
  height: 10px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #eceff1;
  border-radius: 5px;
}

[type='range']::-moz-range-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #e24543;
  border: 2px solid #eceff1;
  border-radius: 16px;
  cursor: pointer;
  height: 32px;
  width: 24px;
}

[type='range']::-ms-track {
  cursor: pointer;
  height: 10px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}

[type='range']::-ms-fill-lower {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #eceff1;
  border-radius: 10px;
}

[type='range']::-ms-fill-upper {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #eceff1;
  border-radius: 10px;
}

[type='range']::-ms-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #e24543;
  border: 2px solid #eceff1;
  border-radius: 16px;
  cursor: pointer;
  height: 32px;
  width: 24px;
  margin-top: 0;
}

[data-x-popup],
[data-x-showoverlay],
[data-x-hideoverlay],
[data-x-goto],
[href^="#goto-"],
[data-x-action] {
  cursor: pointer;
}

body {
  font-size: 16px;
  background-image: url("../img/bg-m.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center;
}

@media (min-width: 800px) {
  body {
    background-image: url("../img/bg.jpg");
  }
}

header {
  height: 60px;
  color: #fff;
  text-align: center;
  background-color: #e24543;
}

header img {
  padding: 10px;
  height: 100%;
}

main {
  padding: 40px 20px;
  min-height: -webkit-calc(100vh - 60px - 45px);
  min-height: calc(100vh - 60px - 45px);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  max-width: 1600px;
  margin: 0 auto;
}

@media (min-width: 800px) {
  main {
    padding: 60px 40px;
  }
}

main .box {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px;
  margin: 0 30px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
}

main .box-headline {
  font-size: 1.5rem;
  font-weight: 600;
  color: #e24543;
  text-align: center;
}

main .search {
  width: 400px;
  background-color: rgba(255, 255, 255, 0.6);
  display: none;
  margin: 0 30px;
  -ms-flex-item-align: start;
      -webkit-align-self: flex-start;
          align-self: flex-start;
}

@media (min-width: 1280px) {
  main .search {
    display: block;
  }
}

main .search-form {
  margin: 50px 0 0;
}

main .search-row {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          -webkit-align-items: stretch;
          align-items: stretch;
  margin: 0 0 30px 0;
  color: #fff;
  font-size: 1.2rem;
}

main .search-row span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  width: 30%;
  font-size: 1.5rem;
  color: #000;
}

main .search-row .search-radius {
  display: inline;
}

main .search-row label {
  cursor: pointer;
}

main .search-row input {
  display: block;
  width: 30%;
  color: inherit;
  text-align: center;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

main .search-row input::-webkit-input-placeholder {
  color: inherit;
  opacity: .6;
}

main .search-row input:-ms-input-placeholder {
  color: inherit;
  opacity: .6;
}

main .search-row input::-moz-placeholder {
  color: inherit;
  opacity: .6;
}

main .search-row input::-ms-input-placeholder {
  color: inherit;
  opacity: .6;
}

main .search-row input::placeholder {
  color: inherit;
  opacity: .6;
}

main .search-row input[type=radio] {
  display: none;
}

main .search-row input[type=radio] + label {
  width: 30%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

main .search-row input[type=radio]:checked + label {
  background: #e24543;
}

main .search-row input[type=number] {
  background: rgba(0, 0, 0, 0.6);
}

main .search-row input[type=text] {
  width: 65%;
  background: rgba(0, 0, 0, 0.6);
  color: inherit;
}

main .search-row input[type=range] {
  width: 65%;
  cursor: pointer;
}

main .search-row button {
  display: block;
  width: 100%;
  color: inherit;
  background: #e24543;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-weight: bold;
}

main .profile {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 500px;
  z-index: 3;
  position: relative;
}

main .profile .headline {
  color: #000;
  font-size: 1.5rem;
  margin: 0 0 25px;
  line-height: 1;
  text-align: center;
}

main .profile .load {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 20px;
          border-radius: 20px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
}

main .profile .load-bar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 10px solid #f3f3f3;
  border-top: 10px solid #e24543;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

main .profile .stack {
  position: relative;
  height: -webkit-calc(100vw - 20px * 2);
  height: calc(100vw - 20px * 2);
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6), inset 0 0 100px 100px rgba(0, 0, 0, 0.6);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6), inset 0 0 100px 100px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  max-width: 400px;
  max-height: 400px;
  margin: 0 auto;
}

main .profile .stack-item {
  position: absolute;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  overflow: hidden;
  width: 100%;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}

main .profile .stack-item:nth-child(1) {
  -webkit-transform: translate(0px, 0px) rotate(0deg);
          -ms-transform: translate(0px, 0px) rotate(0deg);
      transform: translate(0px, 0px) rotate(0deg);
  z-index: 3;
}

main .profile .stack-item:nth-child(2) {
  -webkit-transform: translate(-4px, -2px) rotate(-4deg);
          -ms-transform: translate(-4px, -2px) rotate(-4deg);
      transform: translate(-4px, -2px) rotate(-4deg);
  z-index: 2;
}

main .profile .stack-item:nth-child(3) {
  -webkit-transform: translate(0px, 0px) rotate(2deg);
          -ms-transform: translate(0px, 0px) rotate(2deg);
      transform: translate(0px, 0px) rotate(2deg);
  z-index: 1;
}

main .profile .stack-item.disliked {
  -webkit-transform: translate(-100%, 50%) rotate(-45deg) scale(0.5);
          -ms-transform: translate(-100%, 50%) rotate(-45deg) scale(0.5);
      transform: translate(-100%, 50%) rotate(-45deg) scale(0.5);
  background: #cb5f5f;
  opacity: 0;
}

main .profile .stack-item.disliked img {
  opacity: 0;
}

main .profile .stack-item.liked {
  -webkit-transform: translate(100%, 0) scale(0.5);
          -ms-transform: translate(100%, 0) scale(0.5);
      transform: translate(100%, 0) scale(0.5);
  background: #7ed560;
  opacity: 0;
}

main .profile .stack-item.liked img {
  opacity: 0;
}

main .profile .stack-item img {
  width: 100%;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

main .profile .namestack {
  margin-top: 30px;
  font-size: 1.5rem;
  height: 1.2em;
  overflow: hidden;
}

main .profile .namestack-name {
  text-align: center;
  height: 1.5em;
  -webkit-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease;
  overflow: hidden;
}

main .profile .namestack-name.disliked, main .profile .namestack-name.liked {
  height: 0;
}

main .profile .namestack-name b {
  font-weight: 600;
  margin-right: .2em;
}

main .profile .interface {
  width: 220px;
  height: 100px;
  position: relative;
  margin: 10px auto 0;
}

main .profile .interface-dislike, main .profile .interface-like {
  position: absolute;
  top: 10px;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: -webkit-radial-gradient(circle farthest-side at center 20%, #fcfcfc 0%, #e8e8e8 85%, #bcbcbc 100%);
  background: -o-radial-gradient(circle farthest-side at center 20%, #fcfcfc 0%, #e8e8e8 85%, #bcbcbc 100%);
  background: radial-gradient(circle farthest-side at center 20%, #fcfcfc 0%, #e8e8e8 85%, #bcbcbc 100%);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 0 0 rgba(0, 0, 0, 0.1);
  font-size: 40px;
  padding: 17px;
  text-align: center;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

main .profile .interface-dislike:hover, main .profile .interface-like:hover {
  -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
      transform: scale(1.1);
}

main .profile .interface-dislike:active, main .profile .interface-like:active {
  -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
      transform: scale(0.9);
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

main .profile .interface-dislike {
  left: 10px;
  color: #cb5f5f;
}

main .profile .interface-dislike:hover {
  -webkit-box-shadow: 0 0 0 10px #de9999, inset 0 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 10px #de9999, inset 0 0 10px 10px rgba(0, 0, 0, 0.1);
}

main .profile .interface-dislike:active {
  -webkit-box-shadow: 0 0 0 10px #cb5f5f, inset 0 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 10px #cb5f5f, inset 0 0 10px 10px rgba(0, 0, 0, 0.1);
}

main .profile .interface-like {
  right: 10px;
  color: #7ed560;
}

main .profile .interface-like:hover {
  -webkit-box-shadow: 0 0 0 10px #afe59d, inset 0 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 10px #afe59d, inset 0 0 10px 10px rgba(0, 0, 0, 0.1);
}

main .profile .interface-like:active {
  -webkit-box-shadow: 0 0 0 10px #7ed560, inset 0 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 10px #7ed560, inset 0 0 10px 10px rgba(0, 0, 0, 0.1);
}

main .history {
  width: 200px;
  min-height: 100px;
  -ms-flex-item-align: start;
      -webkit-align-self: flex-start;
          align-self: flex-start;
}

@media (min-width: 800px) {
  main .history {
    display: block;
  }
}

main .history-list {
  padding: 30px 0 0;
}

main .history-list:empty:before {
  content: "Noch ist die Liste leer";
  color: #000;
  font-size: .9rem;
  text-align: center;
  display: block;
}

main .history-list-item {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin: 0 0 20px 0;
  z-index: 4;
}

main .history-list-item.do-transition {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

main .history-list-item img {
  display: block;
  max-width: 100%;
}

.signup {
  display: none;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
}

.signup-shown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.signup-window {
  background: #dec5b8;
  color: #000;
  padding: 35px 30px 45px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.3);
  font-size: .8rem;
  width: 100%;
  max-width: 400px;
  position: relative;
}

.signup-window-close {
  font-size: 25px;
  line-height: 100%;
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 5px 10px;
}

[data-locked=true] .signup-window-close {
  display: none;
}

.signup-window-headline {
  font-size: 2rem;
  font-weight: 600;
  color: #bc1f1d;
}

.signup-window .form-row {
  margin: 15px 0 0 0;
}

.signup-window input[type=text], .signup-window input[type=submit] {
  width: 100%;
  padding: 10px;
}

.signup-window input[type=submit] {
  cursor: pointer;
  color: #fff;
  background: #bc1f1d;
}

.signup-window a {
  color: #bc1f1d;
  text-decoration: underline;
}

.signup-window .form-error {
  background: #f00;
  color: #fff;
  padding: 10px;
}
.signup-window .feld3, .signup-window .feld4, .signup-window .feld5 {
  display: none;
}
.signup-window .formular > div {
    margin: 10px 0;
}

.introduction {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
}

.introduction-message {
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 0 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 20px;
          border-radius: 20px;
  position: absolute;
  padding: 20px 30px 30px;
  z-index: 10;
  top: -120px;
  font-size: 1.5rem;
  -webkit-animation: 2s ease-in-out infinite alternate hover;
          animation: 2s ease-in-out infinite alternate hover;
}

.introduction-vote {
  position: relative;
  top: 100px;
}

@media (min-width: 800px) {
  .introduction-vote {
    top: 0;
  }
}

.introduction-vote div {
  color: #fff;
  position: absolute;
  width: 100%;
  z-index: 12;
}

.introduction-vote div:before {
  display: block;
  font-size: 5rem;
}

@media (min-width: 800px) {
  .introduction-vote-no {
    -webkit-animation: 2s ease-in-out infinite alternate hoverside;
            animation: 2s ease-in-out infinite alternate hoverside;
    text-align: right;
    left: -100%;
  }
  .introduction-vote-no:before {
    content: '⇨';
    color: #cb5f5f;
  }
}

.introduction-vote-yes {
  text-align: right;
}

@media (min-width: 800px) {
  .introduction-vote-yes {
    -webkit-animation: 2s ease-in-out infinite alternate-reverse hoverside;
            animation: 2s ease-in-out infinite alternate-reverse hoverside;
    text-align: left;
    right: -100%;
  }
  .introduction-vote-yes:before {
    content: '⇦';
    color: #7ed560;
  }
}

footer {
  text-align: center;
  font-size: .8rem;
  padding: 10px 0 20px;
}

footer a {
  color: #000;
}
.lbl_signup_error {
  font-size: 11px;
  color:#fff;
  background: #f00;
  padding: 4px;
}