@import url('http://cloud.typography.com/7242072/696164/css/fonts.css');
@import url('/_resources/css/style.css');
@import url('/_resources/css/oustyles.css');
@import url('/_resources/css/footable.core.css');
@import url('table-transformations.css');

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

body p {
	margin-bottom: 14px;
}

/* Override Tiny MCE */

td {
	display:block;
}

table, caption, thead, tbody, tr, td, th, tfoot {
    font-size:inherit;
    font-family:inherit;
    color: inherit;
}

table.mceItemTable td {
	min-width: 22%;
	padding: 3px 1px 3px 1px;
	color: rgb(105, 105, 105);
	font-family: 'Tungsten A','Tungsten B';
	font-size: 1.3em;
}

table.mceItemTable td:before {
content: "\e001";
}

.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {
/* border: none; */
}


