.osd-image{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 150px;
	height: auto;
}
.readmore_wrapper .readmore {
    float: left;
}
.seperator {
    border-bottom: 1px solid #f2f2f2;
    margin-top: 35px;
}

/* ========================================================================
   Buttons
 ========================================================================== */
.osdownloadsDownloadButton {
    /* 1 */
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    /* 2 */
    border: none;
    /* 3 */
    line-height: 40px;
    /* 4 */
    min-height: 40px;
    /* 5 */
    /* 6 */
    padding: 0 12px;
    background: #075c97;
    color: #ffffff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 18px;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    font-weight: 400;
}
.osdownloadsDownloadButton:hover,
.osdownloadsDownloadButton:focus,
.osdownloadsDownloadButton:active {
    background-color: #086baf;
    color: #ffffff;
    /* 2 */
    outline: none;
    /* 3 */
    text-decoration: none;
}
#btn_download{
	border: medium none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    min-height: 24px;
    padding: 6px 18px;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s ease-in-out 0s;
    -moz-transition: background 0.2s ease-in-out 0s;
    -webkit-transition: background 0.2s ease-in-out 0s;
    -o-transition: background 0.2s ease-in-out 0s;
    vertical-align: middle;
}
#btn_download{
	margin-top: 10px;
}
#btn_download{
	color: #fff;
	background:#075c97;
}
#btn_download:hover,
#btn_download:focus{
	background: #086baf;
    color: #ffffff;
}

.reference .readmore{
	margin-bottom: 10px;
}