﻿a {
    outline: none;
}

h2 {
    padding: 15px 0px;
}

p.justify {
    text-align: justify;
}

.subGroup {
    font-weight: bolder;
    padding: 35px 0 5px 10px;
    float: left;
    width: 100%;
}

ul.subscriptions {
    clear: both;
}

ul.subscriptions, li.subscription {
    list-style: none;
}

input.subscribe {
    margin-right: 10px;
}

.tipBox {
    font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Geneva,sans-serif;
    font-size: 150%;
    line-height: 120%;
    padding: 5px;
}

.roundPanel {
    width: 90%;
    margin: 15px;
}


.noShadow {
    box-shadow: none !important;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    margin-right: .5rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
