#cards *{box-sizing:border-box;font-family:arial;border-radius:4px}#cards{overflow:hidden;max-width:100%;padding-left:40px;margin-left:0;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms}.cards-title{text-align:center;font-weight:700;margin-bottom:15px;margin-left:-40px;color:#ff8c00}#cards .the-card{float:left;cursor:pointer;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms;position:relative;padding:5px}#cards.fadeout{opacity:0}#cards .the-card:hover{transform:translate(0px,-10px)}.cards-result{margin-left:-40px}.card-result{border:1px solid #ddd;margin-bottom:20px}.card-result:last-child{margin-bottom:0}.card-result-title{padding:15px;border-bottom:1px solid #ddd;background:#f8faff;font-weight:700;color:#cf000f}.card-result-content{padding:15px;overflow:hidden}.card-result-content img{float:left;margin-right:15px;margin-bottom:5px;max-width:200px}.card-result-text p{margin:0 0 15px;float:none!important}.card-result-text p:last-child{margin-bottom:0}.cards-result{margin-left:-40px}.card-result-text b,strong{color:#004888}.card-result-text h2{color:#004888!important;font-size:22px!important;margin:0 0 6px!important}