a:link {
    color: #00569d;
    text-decoration: none;
}
/* visited link */
a:visited {
    color: #00569d;
    text-decoration: none;
}
/* mouse over link */
a:hover {
    color: #00569d;
    text-decoration: none;
}
/* selected link */
a:active {
    color: #00569d;
    text-decoration: none;
}
a:active, a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-content,.ui.message
{
    border-radius:0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color:#000000b3;
}