﻿.alert {
    position: relative;
    padding: 20px 25px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 10px;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-link:hover {
    text-decoration:underline;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-primary hr {
    border-top-color: #004085;
}

.info-box {
    background-color: #F39662;
    padding:15px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
}
.m-xy {
    margin-top: 20px;
    margin-bottom: 0px;
}
