@media screen and (min-width: 1025px) {
	.JD-Title {
		margin-top: 5%;
	}
	#JD-Param5 {
		top: 5%;
	}
	#JD-Actions {
		margin-top: 30px;
	}
}

a.JD-BButtonFace {
	height: 26px;
    line-height: 26px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
}
a.JD-BButtonFace:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#JD-ActApply {
	float: right;
}
#JD-ActApply #JD-ActApplyDirect .linkbracket {
	display: none;
}
#JD-ActApply #JD-ActApplyDirect a.JD-BButtonFace {
	float: right;
	background-color: #999;
    height: 26px;
    line-height: 26px;
    padding: 0 25px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: background-color 0.5s ease 0s, box-shadow 0.5s ease 0s;
	transition: background-color 0.5s ease 0s, box-shadow 0.5s ease 0s;
}
#JD-ActApply #JD-ActApplyDirect a.JD-BButtonFace:hover {
	background-color: #006b6e;
}
#JD-ActBack a.JD-BButtonFace:before {
    content: "\f00d";
    margin-right: 5px;
}
#JD-ActSendJob {
	display: none;
}
#JD-ActSendJob a.JD-BButtonFace:before {
    content: "\f003";
    margin-right: 5px;
}
#JD-ActPrintPage {
	display: none;
}
#JD-ActPrintPage a.JD-BButtonFace:before {
    content: "\f02f";
    margin-right: 5px;
}