/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 
.txtar{	 
	width:500px;
	height:500px;
	float:left;
	resize: none;
}

.full_details .form-table th{
	display: block;
	padding: 15px 10px 0px 0;
}

.full_details .form-table td{
	display: block;
 	padding: 15px 20px;
 	padding-left: 0;
}

.full_shortcodes table.shortcodes, 
.full_shortcodes table.shortcodes td, 
.full_shortcodes table.shortcodes th {
    border: 1px solid #dedede;
    padding: 10px;
}

.wrap .full_shortcodes{margin-top: 8.5%;}
.rq_email_template > h2{margin-bottom: 8px;}

.full_details p.submit{margin-top: 0px;}

@media (max-width: 768px){
	.wrap .full_details,
	.wrap .full_shortcodes {
	    width: 100%;
	    float: left;
	}

	.full_details .form-table td {
	    padding-right: 0px;
	}
}

/* Request a story backend */
	.settings_page_request_email_template .rq_email_template .form-table td {
	    padding: 5px 20px;
	    padding-left: 0;
	    margin-bottom: 0px;
	}

	.settings_page_request_email_template .rq_email_template .form-table th {
	    display: block;
	    padding: 15px 10px 0px 0;
	}