﻿
.pushButtonUnderArticleBox {
    width: 100%;
    border: 2px solid #999;
    border-radius: 15px;
    padding: 20px 20px 25px 20px;
    overflow: auto;
}

.underArticlePushButton {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    text-align: left;
    width: 250px;
    height: 40px;
    background-color: #f26531;
    border-radius: 10px;
    padding: 10px;
}

.fa fa-exclamation {
    margin-top: 5px;
    margin-right: 20px;
    margin-left: 10px;
    font-size: 24px;
    float: left;
}

.innerPushButtonBox {
    float: left;
    padding-top: 5px;
}
a.underArticlePushButton {
    color: #FFF !important;
}

.innerPushButtonBoxRight {
    float: right;
    padding-top: 5px;
}

@media (max-width: 768px) 
{
    .innerPushButtonBoxRight
{
    float: right;
    padding-top: 30px;
}
}
