body, html, p, h1, h2, h3, h4, h5, input, label, button, tablet {
    font-family: 'Oswald', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;

}


label {
    color: #747474;
    font-size: 14px;
}


/* Style the tab */

.tab {
    color: #FFF;
    background-color: #c1e2e2;
}


/* Style the buttons inside the tab */

.tab button {
    color: #242424;
    background-color: #c1e2e2;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 14px;
    transition: 0.3s;
    font-size: 16px;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #2f9c97;
    color: #FFF;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: #2f9c97;
    color: #FFF;
}


/* Style the tab content */

.tabcontent {
    display: none;
    padding: 25px;
    margin-top: 30px;
    border-top: none;
}

.callout-danger {
    display: block;
    position: fixed;
    top: 5%;
    left: 20%;
    right: 20%;
    width: auto;
    padding: 5px;
    z-index: 9999;
    text-align: center;
    background-color: #d37476;
    color: #FFF;
    border-radius: 3px;
}

.callout-success {
    display: block;
    position: fixed;
    top: 5%;
    left: 20%;
    right: 20%;
    width: auto;
    padding: 5px;
    z-index: 9999;
    text-align: center;
    background-color: #73c495;
    color: #FFF;
    border-radius: 3px;
}