/**
 * Campaign Styles for campaign #8018
 */

/** Style Tables#1134 */
table.rollable {
    width: 100%;
    margin-bottom: 1em;
    font-size: 10pt;
    line-height: 1.1em;
	
}
table.rollable em {
    font-style: italic
}
table.rollable strong {
    font-weight: 800;
    letter-spacing: -0.02em
}
table.rollable thead {
    font-weight: 800
}
table.rollable thead th {
    vertical-align: bottom;
	padding: .3em .1em .4em .3em;
	font-size: 12pt;
	background-color: #3c8dbc;
	color: white
}
table.rollable tbody tr td {
    padding: .3em .2em
}
table.rollable tbody tr:nth-child(odd) {
	background-color: LightBlue;
}
table.rollable tbody tr td:nth-of-type(1) {
	text-align: center;
}

table.basic{ border-collapse: collapse; }
table.basic th,
table.basic td{
	border: 1px solid black;
}


table.tableList td,
table.tableList th {
	padding: 7px !important;
}

table.tableList td a{
	font-weight: 550;
	color: #210C46;
}

table.tableList thead {
	background-color: #8850EA;
	color: white;
}

table.tableList tbody tr:nth-child(odd) {
	background-color: #BE9FF4;
	color: black;
}

table.tableList tbody tr:nth-child(even) {
	background-color: #FFFFFF;
	color: black;
}
