﻿body {

}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.Arimo{
    font-family: 'Arimo', sans-serif;
}
.Pontano{
    font-family: 'Pontano Sans', sans-serif;
}
.Sacramento{
    font-family: 'Sacramento', cursive;
}
.Reenie{
    font-family: 'Reenie Beanie', cursive;  
}
.OpenSans{
    font-family: 'Open Sans', sans-serif;
}

.sticker {
    position: absolute;
    top: 5%;
    right: 10%;
    width: 300px;
    background-color: rgba(0, 0, 0, 0.35);
    color: rgb(255, 255, 255);
    min-height: 200px;
    z-index: 1;
}

.sticker-heading {
    background-color: rgba(255, 240, 10, 0.7) !important;
    height: 30px;
    border: 0;
    border-radius: 0;
    text-align: center;
}

.sticker-title {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.sticker-body {
    padding: 5px;
    text-align: left;
}

.sticker-btn {
    margin-top: 10px;
    padding-bottom: 5px;
}