.widget-box-notice {
    background-color: #fefefe;
    border-radius: .25rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    color: #666;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
    position: relative;
}

.widget-box-notice img {
    margin-right: 1rem;
    position: relative;
    top: 5px;
}

.widget-box-notice a {
    text-decoration: none;
}

.widget-box-notice .button {
    background: #452e9b;
    border: none;
    border-radius: 2em;
    box-shadow: none;
    color: #fff;
    font-weight: 500;
    height: 35px;
    margin: 0 1rem;
    padding: .2rem 1rem;
    text-shadow: none;
    text-transform: uppercase;
}

.widget-box-notice .button:hover,
.widget-box-notice .button:focus {
    background: #333;
    border: none;
    box-shadow: none;
    color: #fff;
}

.widget-box-notice .button:focus {
    background: #452e9b;
    box-shadow: 0 0 0 0.2rem rgba(65, 214, 207, 0.25);
}