#mailbuilder_iframe.inner {
    max-width:none;
}

.content_button.ui-state-default.ui-corner-all {
    float:right;
}
.edit-buttons-overlay.ui-corner-right {
    max-width:150px;
}

#maincontent .pad-helper > h2.content_title, #maincontent h2.content_title{
    border: none !important;
}

.committees-table {
    border-collapse:collapse;
}
.committees-table tr{
    border-bottom:1px solid gray;
}
.committees-table tr td:nth-child(1) {
    width:40%;
}
.committees-table td {
    padding:7px 0px 10px 0px;
}
.prayer h3, #maincontent .featured_article h3 {
    color:#00567d;
}
/* hide payment notes */
body.payment .payment_notes_row {
    display:none;
}

#maincontent.default UL.upcomingEvents LI{
    padding-left: 0 !important;
}

#maincontent .event_widget_picture {
    position: inherit;
    left: 0px;
    top: 0px;
    width: 250px;
    max-width: 250px;
}
/*#sidebar_right {
    display:block;
}*/
/***ADDEDD BY KappKoncepts***/
.top_links {
    position: relative;
}
.top_links li {
	display: inline-block;
}
.top_links li:nth-last-child(2) {
    margin-top: 0;
}
.top_links li:nth-child(1)::before,
.top_links li:nth-child(2)::before{
    content: "";
}
.top_links li:not(:nth-child(3)) a {
	background: #f7921c;
	border-radius: 6px;
	padding: 12px 30px 12px;
	height: auto;
}
.search_area {
	width: 100%;
	max-width: 408px;
}
