ul.rte-square-bullet{
	list-style: square;
	margin-left: 10%;
}

ol.numbered-list{
	list-style-type: decimal;
	margin-left: 10%;
	}
	
ol.lettered-list{
	list-style-type: lower-latin;
	margin-left: 10%;
	}	
	

img.img-fluid { 
	max-width: 100%;
	height: auto;
}

table.table-custom {
	min-width:100%;
}
a.c-btn--primary{
	display: inline-block;
    vertical-align: middle;
    vertical-align:  middle;
    font: inherit;
    text-align: center;
    margin: 0;
    cursor: pointer;
    padding: 15px 30px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 3px;
    border: none;
    font-weight: 500;
}
