input[type="submit"] {
    background-color: #ec6d58 !important;
    background-image: linear-gradient(to bottom, #ffc423, #feaf60) !important;
    background-repeat: repeat-x !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    border-radius: 40px !important;
    color: #ffffff !important;
    font-size: 13px !important;
    height: 30px !important;
    padding: 5px !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}

.button, .readon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffc423;
    border-radius: 20px;
    box-sizing: border-box;
    color: #ffc423;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    padding: 3px;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.2s ease-in 0s;
    vertical-align: middle;
}

.site-content article {
    -moz-hyphens: auto;
    border-bottom: 1px solid #ffc423;
    margin-bottom: 15px;
    word-wrap: break-word;
}