  .marketing{

  }
  .lowered{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #infobox{
    min-height: 300px;
    background: url('stres-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  #mainbox{
    min-height: 350px;
    background: url('stres-bg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .skala td{
    padding: 0.5em;
  }

  #prev {
    display:none;
  }

  #startOver {
    /*display:none;*/
  }

  #next{
    display:none;
  }

  #formdiv{
    display:none;
  }

  #resultdiv{
    display:none;
  }

  .warning {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }

  .warning-box {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
  }

  .close {
    color: #aaa;
    float: right;
    font-size: 3em;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .button-p {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }

  .button-green {
    background: rgb(28, 184, 65);
  }

  .button-red {
    background: rgb(202, 60, 60);
  }

  .button-orange {
    background: rgb(223, 117, 20);
  }

  .button-blue {
    background: rgb(66, 184, 221);
  }

  .button-large {
    font-size: 110%;
  }

  .button-xlarge {
    font-size: 125%;
  }

  .footer {
    background: #123953;
    padding-top: 0px;
    color:#fff;
    /*position: fixed;*/
    /*bottom: 0;*/
  }

  #mainbox{
    display: none;
  }

  #question h4{
    /*font-size: 1em;*/
  }

  #question p{
    text-align: center;
    font-size: 2em;
    color: #2D2D2D;
    min-height: 3em;  
  }

  .quotation{
    font-size: 18px;
    font-family: Arial, sans-serif;
    quotes: "\201C""\201D""\2018""\2019";
    padding: 10px 20px;
    line-height: 1.4;
  }

  .quotation:before {
    content: open-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: -10px;
    position: relative;
    top: 40px;
    font-size: 3em;
  }

  .quotation::after {
    content: close-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: 10px;
    position: relative;
    top: 40px;
    font-size: 3em;
  }

.radiolist {
    margin-bottom: 2em;
}

.radiolist .radio{
    display: block;
    height: 4em;
    border-radius: 10px;
    margin:5px;
}

.radio label{
    cursor: pointer;
    color: #000;
}

  .radiolist .c0{
    background-color: #FF8686;
}

.radiolist .c1{
    background-color: #FFAD6A;
}

.radiolist .c2{
    background-color: #FCC669;
}

.radiolist .c3{
    background-color: #FBEB64;
}

.radiolist .c4{
    background-color: #EDF890;
}

.radiolist .c5{
    background-color: #9DE79D;
}