
body {  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; }

#page { font-size:13px; color: #333333; }

#header { background: #4e639e; background: rgba(78,99,158,0.95); }
#footer { background-color: #222222; }

/* Links */

a { text-decoration: none; color: #4e639e; }
a:hover { text-decoration: underline; color: #bc1b86; }
a:active { text-decoration: none; color: #4e639e; }
a:visited { text-decoration: none; color: #4e639e; }

/* Headings */

h1 { font-family: 'Yanone Kaffeesatz', "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:300; font-size:32px; color: #bc1b86; }
h2 { font-family: 'Yanone Kaffeesatz', "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:normal; font-size:28px; color: #bc1b86; }
h3 { font-family: 'Yanone Kaffeesatz', "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:normal; font-size:22px; color: #bc1b86; }
h4 { font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:normal; font-size:24px; color: #bc1b86; }
h5 { font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:normal; font-size:20px; color: #bc1b86; }
h6 { font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:bold; font-size:14px; color: #bc1b86; }

/* Highlight Color */

.main-menu ul > li> a.active-trail,
.main-menu ul > li> a.active-trail:hover,
.main-menu ul > li > a.active,
.main-menu ul > li > a.active:hover,
.mobile-navigation { 
	background: #b91981;
	background: rgba(185,25,129,0.95);
}

.day { 
		background: #;
	background: rgba(78,99,158,0.80);
	<!--background: #b91981;-->
	<!--background: rgba(185,25,129,0.80);-->
}

.btn { 
	background: #b91981;
	background: rgba(185,25,129,0.85);
}

#forum .container,
#user-login .modal-header,
#simplenews-wrap .modal-header,
#account-options .modal-header, 
.highlight-bg,
.pricing .active .price, 
.pricing .active h3.pricing {
	background: #b91981;
}

ul.toolbar li span.login:hover,
ul.toolbar li span.search:hover,
li.search-box .form-submit,
.search-form .form-submit,
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
#footer .tag-cloud ul li a:hover {
	background-color: #b91981;
	background-color: rgba(185,25,129,0.95);
}

.thumbnail,
.navbar-static-top {
	border-color: #b91981;
}

.accordion-heading.active,
.snippet.open,
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover {
	border-left-color: #b91981;
}

.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover {
	border-right-color: #b91981;
}

.nav-pills > .active > a, 
.nav-pills > .active > a:hover,
.nav-tabs > .active > a, 
.nav-tabs > .active > a:hover, 
.tabs > .active > a, 
.tabs > .active > a:hover,
.pager > .pager-current,
.pager > .pager-current:hover,
#main .tag-cloud ul li a:hover {
	border-top-color: #b91981;
}

.main-menu ul ul {
	border-bottom-color: #b91981;
}

@media (max-width: 767px) {
	#header {
	background: #b91981;
	background: rgba(78,99,158,1.0);
	}
}


/*Acrescentos para as tabelas */

.rTableCenter {
	color: #101B23;
	background: #DCE7EF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 20px;
}
	
.art-content .art-postcontent-0 .layout-item-5 { border-spacing: 0px 10px; border-collapse: separate;  }
.rTableCell1 {
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-top-color:#4C84A9;
	border-right-color:#4C84A9;
	border-bottom-color:#4C84A9;
	border-left-color:#4C84A9;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 20px;
	vertical-align: top;
	display: table-cell;
}
.rTable { display: table; }
.rTableRow { display: table-row; max-height: 20px;}
.rTableHeading { display: table-header-group; }
.rTableBody { display: table-row-group; }
.rTableFoot { display: table-footer-group; }
.rTableCell, .rTableHead { display: table-cell; padding: 3px 10px; }

/*Acrescento para 2 colunas adaptáveis*/

.recipiente {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	float:left;
	}
.recipiente div:nth-child(2n) {
	float: right;
}