@import '//fonts.googleapis.com/css?family=Lato:400,400italic|Arvo:700,400,400italic';



body {
    margin: 0;
    padding: 0;
    font: 15px/1.5 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #4E443C;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}


.np-title {
    text-align: center;
    font-size: 20px;
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    text-transform: uppercase;
    /*background: rgba(0, 0, 0, 0.11);*/
    padding-top: 0px;
    margin: 0 auto 0 auto;
    font-weight: 900;
    color: #000000;
}

.np-line-title {
    width: 50px;
    height: 2px;
    margin: 5px auto 15px auto;
    background: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Arvo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: normal;
  text-rendering: optimizelegibility;
}

.action-url {
    text-decoration: none;
    color: black;
}

.action-title {
    color: #009900;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin: 5px;
}


.instrukt {
    margin: 5px;
    margin: 0px 10px 15px 10px;
    font-size: 12px;
}

.instrukt-price-0 {
    width: 100%;
    margin: 0 auto 8px auto;

}
.action-price-2 {
    color: red;
    margin: 0 0 0 10px;
    font-size: 20px;
    font-weight: 900;
}

.action-price-3 {
    color: red;
    font-size: 12px;
}


.action-price-4 {
    text-decoration: line-through;
    margin-left: 15px;
    color: #000000;
    font-size: 14px;
    font-weight: 100;
}

.action-price-5 {
    margin-left: 1px;
    color: #000000;
    font-size: 12px;
    font-weight: 100;
}

.action-price-6 {
    color: #000000;
    margin: 0 0 0 10px;
    font-size: 20px;
    font-weight: 900;
}

.action-price-7 {
    color: #000000;
    font-size: 12px;
}


h1 {
    color: #4E443C;
    font-size: 36px;
    font-weight: bold;
}

h2, h2 a {
    color: #F14E32;
    font-size: 14px;
}

h3, h3 a {
  color: #0388A6;
}

a {
  color: #0388A6;
}

pre {
  border:1px solid #000;
  overflow-x:auto;
  background: #222;
  color: #fff;
  text-shadow: none;
}

.wrapper {
    max-width: 698px;
    padding: 0;
    margin: auto;
}
