﻿pre {
    text-align: left;
    background-color: #f8f8ff;
    padding: 10px;
    border: 1px solid #dddddd;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content {
    overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

.underline {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid;
}

.spiel {
    padding-top: 24px;
    margin: 0 0 0 0;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.center {
    text-align: center;
}

.small {
    font-size: 14px;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.pill {
    color: #fff;
    padding: 8px;
    background: #1daee9;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
    border-radius: 15px;
    line-height: 14px;
    display: inline-block;
    margin-right: 12px;
}

.top__element {
    visibility: hidden;
}

.pricing a {
    padding-top: 20px;
    display: block;
    border: 2px solid #9b59b6;
    border-radius: 4px;
}

    .pricing a:hover {
        border-color: #5bd5a0;
        color: #5bd5a0;
    }

.pricing-title {
    font-size: 16px;
}

.pricing-name {
    font-size: 32px;
}

.pricing-type {
    font-size: 16px;
}

.pricing-description {
    margin: 20px 0;
    font-size: 24px
}

.pricing a:hover .price {
    background-color: #5bd5a0;
}

.pricing span {
    display: block;
    line-height: 1.4;
}

.pricing .price {
    background-color: #1daee9;
    color: #fff;
    padding: 20px 0;
}

.pricing--single a {
    border-color: #1daee9;
    color: #1daee9;
}

.pricing--extended a {
    border-color: #eb3980;
    color: #eb3980;
}

.pricing--extended .price {
    background-color: #eb3980;
}

.pricing--extended {
    border-color: #eb3980;
}
