/*
Theme Name:   Responsive Child 1
Template:     responsive
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
table tr:last-child td:first-child {
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-left-radius:10px;
    border-bottom-left-radius:10px
}
table tr:last-child td:last-child {
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-right-radius:10px
}
td {
	vertical-align: middle;
}
th {
	font-weight: bold;
	background-color: #ACACAC;
	color: #ffffff;
	text-align: center;
}	
h5 {
	margin-bottom: 5px;
	padding: 0px;

}
p {
	margin-top: 0px;
	padding: 0px;
}
.believe {
	font-size: large;
	margin-bottom: 5px;
}
.scripture {
	margin-top: 0px;
	font-style: italic;
	font-size: small;
}

[hidden] { display: none !important };