@charset "UTF-8";
/* CSS Document
Navy = 0d2b47
Teal = 97d8c4
Blue = 6b9ac4
Purple = 4f1043
Red =
Yellow =
*/

h1.myaccount-title .myaccount-title {
	
}

h2.dashboard-makeover-h2 {
	color: #0d2b47;
	font-size: 1.5em;
	text-decoration-line: overline;
	text-decoration-style: solid;
	text-decoration-color: #0096d1;
	text-decoration-thickness: 10px;
	border:none;
}

.myaccount-wrapper .myaccount-subtitle, .woocommerce-account h3, .woocommerce-checkout h3 {
	color: #001446;
	font-size: 1.5em;
	text-decoration-line: none;
	border-top: none;
}

h4.dashboard-makeover-h4 {
	font-size: 1.25em;
}

h5.dashboard-makeover-h5 {
	font-size: 1em;
}

.trot-submit {
	background: #429eae;
	border: solid 2px #429eae;
	font-weight: 700;

}

.trot-submit:hover {
	background: rgba(0,5,0,0.6);
	border: solid 2px rgba(0,5,0,0.6) !important;
}

.trot-go {
	padding: 10px 15px !important;
	display: inline-block !important;
	margin-left: 5px;
	margin-right: 0px;
}

.trot-select {
	display: inline-block !important;
}

.view-table {
	display: table;
	width: 100%;
	height: 100%;
}

.view-row {
	display: table-row;
	padding: 0.5em;
	height: auto;
}

.view-row:nth-child(even) {
	background: #f1f1f1;
}

.view-cell {
	display: table-cell;
	padding: 0.625em;
	height: auto;
	justify-content: center;
	align-items: center;
	vertical-align:middle;
}

.view-th {
	display: table-cell;
	padding: 0.625em;
	height: auto;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	color: #001446;
	font-weight: bold;
	border-bottom: #001446 0.125em solid;
	text-align: center;
}