







.atc-btn:hover{
    cursor: pointer;
}

table{
border-collapse: collapse;
width: 100%;
border-radius: .1rem;
}

td{
    padding: .3rem;
    border: solid thin #000000;
}










.wrapped-RTE a {
    text-decoration: underline!important;
}

/**umb_name:Header 2*/
.editor-h2 {
	font-size: 43px;
	font-family: 'Bitter',serif;
	color: #000;
}

/**umb_name:Header 3*/
.editor-h3 {
	font-size: 1.75rem;
	font-family: 'Bitter',serif;
}

/**umb_name:Paragraph*/
.editor-p {
	font-size: 19px;
	padding-top: 2vh;
	padding-bottom: 2vh;
	color: #000;
	font-weight: 600;
}

/**umb_name:Button*/
.atc-btn {
	display: inline-block;
	font-weight: 600;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #5c4720;
	border: .0625rem solid transparent;
	padding: .55rem .75rem;
	font-size: 1rem;
	border-radius: .5rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
