

.source-code-image {
	margin: 0px 30px;	
	border: solid #ccc 1px;
}

.default-border {
	border: solid #ccc 1px;
}

h5 {
    display: block;
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: normal;
    text-decoration: underline;
}

.reduction-table {
	margin-top: 10px;
	width: auto;
	font-family: 'trebuchet MS', 'Lucida sans', Arial;
	font-size: 14px;
	color: #444;
	border: solid #ccc 1px;
	border-collapse: separate;
	border-spacing: 0;
}

.reduction-table>tbody>tr>td{
	border-left: 1px solid #ccc;
	text-align: left;
	vertical-align: center;
}

.reduction-table>tbody>tr:NTH-CHILD(2)>td {
	text-align: left;
	border-top: none;
	padding-left: 10px;
	padding-bottom: 5px;
}

.modelify-table {
	margin-top: 10px;
	width: 100%;
	font-family: 'trebuchet MS', 'Lucida sans', Arial;
	font-size: 14px;
	color: #444;
	border: solid #ccc 1px;
	border-collapse: separate;
	border-spacing: 0;
}

.modelify-table>tbody>tr>td, .modelify-table>thead>tr>th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}

.modelify-table>thead>tr>th, .modelify-table>thead>tr>td {
	background-color: #dce9f9;
}

.modelify-table {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.modelify-table>thead>tr>th {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
	background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: linear-gradient(to bottom, #ebf3fc, #dce9f9);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.modelify-table > tbody > tr:hover {
  background: #fbf8e9;
}
