.itrr-excerpt-gradient {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0.2)), color-stop(50%, rgba(255,255,255,0.8)), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0, rgba(255,255,255,0.8) 50%, #fff 100%);
}
#int_inline_scenario{
    margin-top: 40px;
    margin-bottom: 40px;
}
.clearfix {
    clear: both;
    float: none;
}
.error {
    border-color: red;
}
