  #myAlert-content {
    margin-top: 10px;
}

#myAlert-content h2 {
    font-size: 1.8em;
}

.myAlertBody {
    margin-top: 60px;
}


.alertTypes {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 0 10px;
    border-radius: 5px;
}

.alertTypes [class^="span"] {
    background-color: #a5a5a5;
    text-align: center;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: 600;
}

.myAlert-Info {
    margin-top: 10px;
}

.notificationMethod {
    margin: 5px 0 0 20px;
}

.notificationMethod [class^="icon-"] {
    font-size: 1.6em;
}

.myAlertImage {
    margin-top: -5px;
    float: right;
}

.myAlertImage figCaption {
    text-align: center;
}

figcaption i {
    font-size: .8em;
}

/* BEGIN - tab styling */
section {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}

input {
    display: none;
}

label {
    display: inline-block;
   margin: 0px 0px;-15px;
    padding: 5px 5px;
    font-weight: 600;
    text-align: center;
    color: #484848;
    border: 1px solid transparent;
}

label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}

label:hover {
    color: #888;
    cursor: pointer;
}

input:checked + label {
    color: #555;
    border: 1px solid #ddd;
    border-top: 2px solid orange;
    border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6{
    display: block;
}
/* END - tab styling */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}