﻿/*#region general */
a {
    text-decoration: none;
}
/*#endregion */
/*#region exception */
.exception_image {
    width: 50%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

.exception_text {
    width: 50%;
    margin: auto;
    text-align: center;
    padding-top: 30px;
}

.exception_link {
    display: inline-block;
    cursor: pointer;
}

    .exception_link.padding {
        padding-left: 25px;
    }
/*#endregion */
