/* Dialog buttons */

.remodal-link{
    font-size: 10pt;

    display: inline-block;

    width: 120px;
    margin: 0 0 5px 0;
    padding: 9px 0;

    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-align: center;
    text-decoration: none;

    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
}

.remodal-link {
    color: #c0392b;
    border: 2px solid #c0392b;
    background: #f4f4f4;
}

.remodal-link:hover,
.remodal-link:active {
    color: #f4f4f4;
    background: #c0392b;
}

.remodal-link2{
    font-size: 10pt;

    display: inline-block;

    width: 160px;
    margin: 0 0 5px 0;
    padding: 9px 0;

    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-align: center;
    text-decoration: none;

    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
}

.remodal-link2 {
    color: #539b34;
    border: 2px solid #539b34;
    background: #f4f4f4;
}

.remodal-link2:hover,
.remodal-link2:active {
    color: #f4f4f4;
    background: #539b34;
}

.remodal h1 img{vertical-align: middle; margin-right:10px; }

.remodal p.title{font-weight: 600; color: #539b34; line-height: 1.8;}
.remodal p.comment{line-height: 1.5;}

.remodal a {text-decoration:none; }
.remodal a:hover,
.remodal a:active  {text-decoration:none; }

.SC_bootsp .col-lg-12{padding-right: 0px;padding-left: 0px;}
.SC_bootsp .col-xs-12{padding-right: 0px;padding-left: 0px;}