/* Download Button */

.sdm_download.green {

border-radius: 50px;
height: 50px;
width: 200px;
text-align: center;
margin: auto;
display: table-cell;
vertical-align: middle;
background: -webkit-gradient(linear, left top, left bottom, from(#3d59e8), to(#3d59e8));
border-color: #3d59e8 #3d59e8 #3d59e8;
color: #ffffff !important;
box-shadow: 0 20px 20px #d1d5f0, inset 0 1px 0;

}

.sdm_download {

border: 0px solid #dedede;
}

.sdm_download.green:hover {

background: -webkit-gradient(linear, left top, left bottom, from(#fe678b), to(#fe678b));
text-shadow: none;
-webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #fe678b;
}

.sdm_download.green {
text-shadow: none;
}
/* Download Button End */


/* line breaks in header */

.ld-fancy-heading .lqd-lines {
white-space: break-spaces;
}

