/* commment 1 */
.msw-buttons {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

a.msw-button-long-a {
    text-decoration: none;
}

.msw-button-long {
    color: #0680A6;
    font-weight: bold;
    border: 1px solid #D8D8D8;
    background-color: white;
    display: flex;
    justify-content: space-between;
    width: auto;
    margin-bottom: 15px;
}

#container .msw-button-long.row-fluid, #container .msw-buttons .row-fluid {
    margin-top: 0;
}

.msw-button-long:hover {
    color: white;
    background-color: #0680A6;
}

.msw-button {
    color: #0680A6;
    border: 1px solid #D8D8D8;
    background-color: white;
    margin-bottom: 20px;
}

.msw-button:hover {
    color: white;
    background-color: #0680A6;
}

.msw-button, .msw-button-long {
    font-size: 18px;
    line-height: 28px;
    padding: 13px;
    padding-top: 15px;
}

.msw-button .material-icons, .msw-button-long .material-icons {
    vertical-align: sub;
}

@media screen and (max-width: 979px) and (min-width:767px) {
    .msw-button, .msw-button-long {
        font-size: 16px;
        line-height: 25px;
    }
}
@media screen and (max-width:767px) {
    .msw-button, .msw-button-long {
        font-size: 15px;
        line-height: 24px;
    }
    .msw-button-long .span2{
        width:auto !important;
    }
}