/* Original page header design */
.wrapper {
    margin-top: 0;
}
.original_page_header {
	color: #000;
	background-color: #fafafa;
	background-position: center bottom;
}
.original_page_header h1,
.original_page_header p {
	color: #000 !important;
}
.original_page_header h1 span strong {
	font-weight: 600;
	font-size: 24px;
}
.original_page_header h1 img {
    margin-top: -10px;
	margin-right: 18px;
	height: 36px;
	width: auto;
}

/* Changed the button design */
.area_contents p.area_btns {
	margin: 10px 0 60px 0;
	text-align: center;
}
.area_contents p.area_btns button:hover {
    cursor: pointer;
}
.uk-button-default:focus, .uk-button-default:hover {
	font-size: 16px;
	padding: 20px 70px;
}
.area_btns .uk-button,
.area_btns .uk-button-primary
.area_btns .uk-button-primary:focus, .area_btns .uk-button-primary:hover,
.area_btns .uk-button-primary:disabled {
	color: #FFF;
	font-size: 16px;
	padding: 20px 70px;
    border: 1px solid #666;
    border-radius: 6px;
	background-color: #005DB2;
}
.area_btns .uk-button-primary:hover {
    background-color: #0170D5;
}
.area_btns .uk-button:disabled {
    background-color: transparent;
    color: #999;
    border-color: #e5e5e5;
    cursor: default !important;
}
.confirm_btns .uk-button,
.confirm_btns .uk-button-primary
.confirm_btns .uk-button-primary:focus, .confirm_btns .uk-button-primary:hover,
.confirm_btns .uk-button-primary:disabled {
    padding: 20px;
}

/* Changed the color of the text entered in input and textarea. Maybe it will be a common design? */
.area_contents .uk-input, .area_contents .uk-select, .area_contents .uk-textarea {
    color: #000;
}
/* Change the margin in complete */
.sending {
	margin-top: 100px;
}

/* Customizing Responsiveness for a Two-Column Form */
.area_contents .uk-width-1-2\@s {
	width: 100% !important;
}
@media screen and (min-width:860px) {
    .area_contents {
        width: 50%;
    }
}
@media screen and (max-width:859px) {
    .original_page_header div, .area_contents {
        width: 80%;
    }
    .original_page_header h1 img {
        display: block;
        margin: 0 0 18px 0;
    }
}
@media screen and (max-width:640px) {
    .area_contents table th, .area_contents table td {
        display: block;
        width: 100%;
    }
    .area_contents table th {
        padding: 0 0 10px 0;
    }
}
@media screen and (max-width:560px) {
    .original_page_header h1 img {
        width: 100%;
        height: auto;
    }
}
