

/* CSS Document */

    .special-article button {
        display: inline-block;
        text-align: center;
        padding: 0 0.5em;
        font-weight: bold;
        border: 0;
        text-decoration: none;
        line-height: 2em;
        color:white;
        background-color: #306495;
        font-size: 1em;
        cursor: pointer;
    }
    .special-article button:hover, .special-article button:focus {
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-decoration-color: white;
        background-color: #074682;
    }
