.dpr-container {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.dpr-side,
.dpr-thumb,
.dpr-thumb img {
	width: 100%;
	margin: 0 auto;
	height: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.dpr-side-narrow,
.dpr-side-narrow .dpr-thumb,
.dpr-side-narrow .dpr-thumb img {
	max-width: 300px;
}

.dpr-side-wide,
.dpr-side-wide .dpr-thumb,
.dpr-side-wide .dpr-thumb img {
	max-width: 550px;
}

.dpr-side {
	margin-bottom: 30px;
}

.dpr-btn-container {
    display: table;
    margin: 0 auto;
}

a.dpr-btn,
a.dpr-btn:focus,
a.dpr-btn:active,
a.dpr-btn:hover,
a.dpr-btn:visited {
	border-radius: 3px;
	color: #fff;
	margin-bottom: 10px;
	padding: 5px 20px;
	text-decoration: none;
	transition: all 0.1s ease-in-out 0s;
/*	width: 100%;
	display: block;
	text-align: center;*/
	display: table;
	width: auto;
	float: left;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a.dpr-btn:active{
    padding-top: 7px;
    padding-bottom: 3px;
}

.dpr-demo-btn {
	background: #cd2630;
	margin-right: 10px;
	border-bottom: 3px solid #a00003;
}
.dpr-demo-btn:hover {
    background: #D8313B;
}
.dpr-demo-btn:active {
    background: #A00003;
}

.dpr-download-btn {
	background: #2f9418;
	border-bottom: 3px solid #107500;
}
.dpr-download-btn:hover{
    background:#3EA327; 
}
.dpr-download-btn:active {
    background: #107500;
}

.dpr-thumb {
	background: #e8e8e8;
	clear: both;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
}

.dpr-main h2 {
	clear: none;
}

#content .dpr-container .dpr-main p {
	margin-bottom: 10px;
}

.dpr-pagination {
    display: table;
    margin: 0 auto;
}

@media screen and (min-width: 800px){
	.dpr-side {
		float: right;
		margin-left: 10px;
		margin-bottom: 0;
	}
	.dpr-side-wide,
	.dpr-side-wide .dpr-thumb,
	.dpr-side-wide .dpr-thumb img {
		max-width: 400px;
	}

	.dpr-side-narrow,
	.dpr-side-narrow .dpr-thumb,
	.dpr-side-narrow .dpr-thumb img {
		max-width: 300px;
	}
}