@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,700|Roboto+Condensed:400,400i,700,700i|Crimson+Text:400,400i,700,700i|Rubik:400,500,700,900");

body {
    font-family: "Roboto Condensed","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
}

.panel-primary {
    border-color: #428bca;
}

.subscribe-panel-1 {
    background-color: #0EB1FC;
}

.subscribe-panel-2 {
    background-color: #1589C2;
}

.subscribe-panel-3 {
    background-color: #074763;
}

.panel-heading {
    color: #fff;
    text-align: center;
    padding: 15px 15px;
    border-bottom: 1px solid transparent;
    border-radius: 4px;
}

.panel-body {
    padding: 10px;
}

.inner {
    text-align: left;
}

.inner p {
    font-family: "Roboto Condensed","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
}

p {
    padding: 4px;
}

.panel-heading .inner {
    padding-left: 10%;
    padding-right: 10%;
}

.description {
    margin-top: 12px;
}

.title {
    word-wrap: break-word;
    font-family: "Rubik","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 10px;
}

.price {
    font-family: "Roboto Condensed","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    margin-top: 0;
    font-size: 1.2em;
}

tr {
    padding: 10px;
}

small {
    font-style: italic;
}

.subscription {
    margin-top: 30px;
    margin-bottom: 10px;
}

.subscription .btn {
    font-family: "Rubik","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    display: inline-block;
    padding: 10px 40px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 4px;
}

.subscribe-btn-1 {
    color: #fff;
    background-color: #0EB1FC;
    border-color: #0EB1FC;
}

.subscribe-btn-2 {
    color: #fff;
    background-color: #1589C2;
    border-color: #1589C2;
}

.subscribe-btn-3 {
    color: #fff;
    background-color: #074763;
    border-color: #074763;
}

.subscription a.btn:visited,
.subscription a.btn:hover {
    color: #fff;
}