@media print { #{$buttonid} { display:none}}

@font-face {
    font-family: CastrolSansCon-Regular;
    src: url('../fonts/CastrolSansCon-Regular.ttf');
}

/** MSDS Button **/
.msds-button {
    height: 44px;
    width: 200px;
    border-radius: 2px;
    background-color: #006228;
    display: inline-block;
    margin-bottom: 15px;
    cursor: pointer;
}

.msds-button img {
    height: 22px;
    width: 25px;
    display: block;
    float: left;
    margin: 12px 12px 12px 29px;
}

.msds-button .button-text {
    height: 15px;
    width: 108px;
    color: #FFFFFF;
    /*font-family: CastrolSansCon-Regular;*/
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    float: left;
    margin: 15px 5px 5px 0px;
    font-weight: 100;
}

.msds-button:hover {
    background-color: #037B3F;
}