
/*
	Basic styles for Omnilert Messages
	Author: Kimberly Norris
*/

.omnilert-content {
	background: none;
}

.SmartBoard_Table {
	width: 98%;
	border: 0;
	color: #000;
    font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.65;
	margin: 1%;
}

.SmartBoard_Table table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
	word-break: normal;
	border: 0;
	padding: 0;
}

.SmartBoard_Table tbody, 
.SmartBoard_Table td,
.SmartBoard_Table tr {
	border: 0;
	padding: 0;
}

.SmartBoard_Row {
	width: 100%;
}

.SmartBoard_Subject {
	text-align: left;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
}

.SmartBoard_DateTime {
	text-align: right;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	font-style: italic;
}

.SmartBoard_Message {
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
}

@media only screen and (max-width: 800px) {
	.SmartBoard_Table td {
		display: block;
		text-align: left;
		width: 100%;
	}
}


