/* Site Navigation */
#nav {
	float: right;
	position: relative;
	top: 20px;
}

#dnn_pnav {
	display: block;
	white-space: nowrap;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: left;
}

#dnn_pnav li {
	position: relative;
	list-style: none;
	list-style-position: inside;
	text-align: left;
	margin: 0;
	white-space: normal;
}

#dnn_pnav li ul {
	margin-left: 0;
}

#dnn_pnav > li {
	display: inline-block;
	height: 20px;
	padding-top: .5px;
	margin-right: 2px;
}

#dnn_pnav > li > a, #dnn_pnav > li > span {
	display: block;
	padding: 1px 5px 1px 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#dnn_pnav > li > span {
	cursor: default;
}

#dnn_pnav > li > span:hover {
	background-color: #990000;
	cursor: default;
}

#dnn_pnav > li:hover > a, #dnn_pnav > li.active > a {
	color: #FFFFFF;
	background-color: #990000;
	font-weight: bold;
}

#dnn_pnav > li:hover > a:active {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990000;
}

#dnn_pnav > li:hover > span {
	color: #FFFFFF;
	font-weight: bold;
}

.caretdown {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	margin-top: 8px;
	margin-left: 2px;
	border-top: 4px solid #FFFFFF;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}

.dropdown .caretdown {
	margin-top: 8px;
	margin-left: 2px;
}

.caretright {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: 4px;
	margin-left: -10px;
	vertical-align: top;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid transparent;
	border-left: 4px solid #FFFFFF;
	content: "";
}

.dropdown .caretright {
	margin-top: 4px;
	margin-left: -10px;
}

/* Secondary level */
#dnn_pnav > li ul {
    /* Styles for all sub levels */
	display: none;
	position: absolute;
	z-index: 2;
	width: 225px;
	white-space: normal;
	padding: 0;
	background-color: #535353;
	border: 1px solid #535353;
    /* CSS3 */
	border-radius: 0px;
    /*box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,1), 0px 0px 3px rgba(0,0,0,0.15);*/
	-webkit-box-shadow: 0px 2px 0px 0px #535353;
	box-shadow: 0px 2px 0px 0px #535353;
	-webkit-animation-duration: .25s;
	-webkit-animation-delay: .2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .25s;
	-moz-animation-delay: .2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .25s;
	-ms-animation-delay: .2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .25s;
	animation-delay: .2s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

#dnn_pnav li:hover > ul {
	display: block;
}

#dnn_pnav > li > ul {
    /* styles specific to secondary level */
	left: 0;
	padding: 15px 5px;
}

#dnn_pnav > li > ul:after {
	position: absolute;
	top: 0px;
	left: 20px;
	content: '';
	width: 0px;
	height: 0px;
	border-left: 15px solid transparent;
    /* left arrow slant */
	border-right: 15px solid transparent;
    /* right arrow slant */
	border-bottom: 15px solid #535353;
    /* bottom, add background color here */
	font-size: 0px;
	line-height: 0px;
}

#dnn_pnav > li ul a, #dnn_pnav > li ul span {
	display: block;
	padding: 3px 15px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
    /* transition decleration */
	transition: all ease-in 100ms;
	-moz-transition: all ease-in 100ms;
    /* Firefox 4 */
	-webkit-transition: all ease-in 100ms;
    /* Safari and Chrome */
	-o-transition: all ease-in 100ms;
    /* Opera */
	-ms-transition: all ease-in 100ms;
    /* IE9? */;
}

#dnn_pnav > li ul span {
	color: #FFFFFF;
	cursor: default;
}

#dnn_pnav > ul {
	margin-top: -1px;
	margin-bottom: 1px;
	white-space: nowrap;
}

#dnn_pnav ul li:last-child > a {
}

#dnn_pnav > li > ul li:hover > a {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990000;
}

/* Tertiary level */
#dnn_pnav li ul li ul {
	white-space: normal;
	left: 224px;
	top: -8px;
	padding: 9px 5px;
	border-left: 0px solid #ddd;
}

.midGV .alt .bText {
	font-weight: bold;
}

.midGV .alt {
	background-color: #F5F5F5;
	font-size: 10pt;
}

.midGV .alt TD {
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
}

.midGV .edits {
	background-color: #ffff66;
}

.midGV .edits TD {
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
}

.midGV .fts {
	background-color: Black;
	color: White;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	text-align: left;
}

.midGV .pagers {
	font-size: 10pt;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}

.midGV .pagers TR {
	font-size: 10pt;
	text-align: center;
}

.midGV .hdrs {
	background-color: #8B0000;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	text-align: center;
}

.midGV .hdrs th {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: middle;
}

.midGV .hdrs A:link {
	text-decoration: underline;
	color: White;
}

.midGV .hdrs A:visited {
	color: #F5F5F5;
	text-decoration: underline;
}

.midGV .hdrs A:active {
	color: White;
	text-decoration: underline;
}

.midGV .hdrs A:hover {
	color: Yellow;
	text-decoration: underline;
}

.midGV .gIs {
	background-color: White;
	font-size: 10pt;
	text-align: left;
}

.midGV .gIs .bText {
	font-weight: bold;
}

.midGV .gIs TD {
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
}

.midGV .sIs {
	background-color: #ffff66;
	font-size: 10pt;
}

.midGV .sIs TD {
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
}

.midGV TD {
	border-spacing: 2px;
	border-color: #808080;
}

.TabBg {
	background-color: Black;
}

.UWClassicHDT {
	height: 30px;
}

.UWClassicbevel {
	background-image: url(bevel.gif);
}

.UWClassicTabImage2 {
	background-image: url(tabimage2.gif);
}

.toprow {
	background-color: #990000;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 12px;
	color: white;
}

.bottomrow {
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 12px;
}

.skinuser {
	color: white;
	font-size: 11px;
}

.skinuser a{
	color: white !important;
	font-size: 11px;
	text-decoration: none !important;
}

.skinuser a:hover{
	color: white !important;
	font-size: 11px;
	text-decoration: underline !important;
}

a:link {
	color: #990000;
	text-decoration: underline;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a.skinuser:link {
	color: white;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

a:active {
	color: #CCCCCC;
	text-decoration: none;
}

a.skinuser:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.skinuser:link {
	color: #FFFFFF;
}

a.skinuser:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
	background-color: #333333;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height: 16;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: White;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: #333333 0px solid;
	border-bottom: #333333 1px solid;
	border-top: #333333 1px solid;
	border-right: #333333 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #333333;
	border-left: #333333 1px solid;
	border-bottom: #333333 1px solid;
	border-top: #333333 1px solid;
	text-align: center;
	width: 15;
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #333333;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 1px solid;
	border-right: #404040 0px solid;
	background-color: White;
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #990000;
	cursor: pointer;
	cursor: hand;
	color: White;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: #990000 0px solid;
	border-bottom: #990000 1px solid;
	border-top: #990000 1px solid;
	border-right: #990000 0px solid;
}

.MainMenu_RootMenuItemActive {
	border: solid 10px purple;
	background-color: Yellow;
	height: 50px;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #333333 1px solid;
	border-bottom: #333333 1px solid;
	border-top: #333333 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}

.titleofpage {
	font: Verdana;
	font-size: 18pt;
	color: #990000;
	font-weight: bold;
}

.Banner_Heading {
	height: 30px;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	border-width: 0px;
}

.Button_Style {
	background: DarkRed;
	color: White;
	font-weight: bold;
}

.Calendar_DayStyle {
	border-color: Black;
	text-align: left;
	vertical-align: top;
}

.Calendar_NextPrevStyle {
	background-color: #8B0000;
	color: #ffffff;
}

.Calendar_OtherMonthDayStyle {
	background-color: #D3D3D3;
	border-color: #000000;
	text-align: left;
	vertical-align: top;
}

.Calendar_SelectedDayStyle {
	background-color: #ffff66;
	border-color: Black;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.Calendar_TitleStyle A:link {
	text-decoration: underline;
	color: White;
}

.Calendar_TitleStyle A:visited {
	color: #F5F5F5;
	text-decoration: underline;
}

.Calendar_TitleStyle A:active {
	color: White;
	text-decoration: underline;
}

.Calendar_TitleStyle A:hover {
	color: Yellow;
	text-decoration: underline;
}

.Calendar_TitleStyle {
	background: DarkRed;
	border-color: Black;
	color: White;
	font-weight: bold;
}

.Calendar_TodayStyle {
	text-align: left;
}

.Calendar_DayHeaderStyle {
	text-align: center;
	border-color: Black;
	font-weight: bold;
}

.CheckBox_Style {
	font-size: 10pt;
}

.DataGrid_AlternatingItemStyle {
	background-color: #F5F5F5;
	font-size: 10pt;
}

.DataGrid_EditItemStyle {
	background-color: #ffff66;
}

.DataGrid_FooterStyle {
	background-color: Black;
	color: White;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	text-align: left;
}

.DataGrid_HeaderStyle {
	background-color: #8B0000;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	text-align: center;
}

.DataGrid_HeaderStyle A:link {
	text-decoration: underline;
	color: White;
}

.DataGrid_HeaderStyle A:visited {
	color: #F5F5F5;
	text-decoration: underline;
}

.DataGrid_HeaderStyle A:active {
	color: White;
	text-decoration: underline;
}

.DataGrid_HeaderStyle A:hover {
	color: Yellow;
	text-decoration: underline;
}

.DataGrid_ItemStyle {
	background-color: White;
	font-size: 10pt;
	text-align: left;
}

.DataGrid_PagerStyle {
}

.DataGrid_SelectedItemStyle {
	background-color: #ffff66;
	font-size: 10pt;
}

.DataGrid_Style TD {
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}

.HyperLink_Style {
	color: #8B0000;
}

.Label_AttentionStyle {
	color: Maroon;
	font-weight: bold;
}

.Label_BoldTextStyle {
	color: Black;
	font-weight: bold;
}

.Label_ErrorStyle {
	color: red;
	font-size: 10pt;
	font-weight: bold;
	border-style: solid;
	border-color: black;
}

.Label_HeaderStyle {
	color: Black;
	font-size: 20pt;
}

.Label_SubHeaderStyle {
	color: Black;
	font-size: 18pt;
}

.Label_PlainTextStyle {
	font-size: 10pt;
}

.Label_Style {
	color: #000000;
	font-weight: normal;
}

.Label_BoldStyle {
	color: #000000;
	font-weight: bold;
}

.LinkButton_Style {
	color: #8B0000;
}

.Label_IntroductionStyle {
	font-style: italic;
	font-weight: bold;
}

.Label_QuestionOrderStyle {
	background-color: #8B0000;
	color: White;
	font-weight: bold;
	width: 100%;
}

.Label_QuestionStyle {
	color: Black;
	font-weight: bold;
}

.Label_SurveyTitleStyle {
	color: Black;
	font-size: 24pt;
	font-weight: bold;
}

.Header_1 {
	font-size: 20px;
	font-weight: normal;
	color: #666644;
	margin-left: 5px;
	margin-bottom: 5px;
}

.Header_3 {
	font-size: 12px;
	font-weight: bold;
	color: #8B0000;
}

.DNNDatePicker {
	color: #000000;
}

/* These styles override the cookieconsent.min.css styling for the cookie notice popup at the bottom of the screen */
.cc-btn {
	color: white !important;
	background-color: #c5050c !important;
	text-transform: uppercase !important;
}

a.cc-btn {
	text-decoration: none !important;
}

.cc-btn:hover {
	color: white !important;
	background-color: #9b0000 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
}

.cc-message {
	color: #ccc !important;
	font-family: sans-serif !important;
	font-size: .7rem !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	letter-spacing: 0 !important;
}

.cc-message a {
	color: #ccc !important;
	text-decoration: underline !important;
}

.cc-message a:hover {
	color: white !important;
	text-decoration: none !important;
}
/* end cookie notice styling */


/* Custom */
#Table1 > tbody > tr:nth-child(1) > td > table > tbody > tr:nth-child(1) {
	display: none;
}

#Table1 > tbody > tr:nth-child(1) > td > table > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(1) > td > div > span {
	display: none;
}

/*#Table1 > tbody > tr:nth-child(1) > td > table > tbody > tr:nth-child(2) > td > table {display:none;}
/*#Table1 > tbody > tr:nth-child(1) > td > table > tbody > tr:nth-child(2) {display:none;}*/
#Table1 > tbody > tr:nth-child(1) > td > table > tbody > tr.TabBg > td > table > tbody > tr > td {
	background-color: #fff;
	border-bottom: 1px solid #cfcfcf;
	height: 30px;
}

#Table1 > tbody > tr:nth-child(1) > td > table > tbody > tr.TabBg > td > table > tbody > tr > td a {
	color: #646569;
	font-weight: 700;
	font-family: Red Hat Display,sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1rem;
	padding: 1rem;
}

#Table1 > tbody > tr:nth-child(1) > td > table > tbody > tr.TabBg > td > table > tbody > tr > td a:hover {
	color: #c5050c;
}

#Table1 > tbody > tr:nth-child(1) > td > table > tbody > tr.TabBg > td > table > tbody > tr > td.TabBg:nth-child(3) > span {
	display: none;
}

#dnn_dnnCURRENTDATE_lblDate {
	display: none;
}

#dnn_ContentPane > div > table {
	border: 0;
}

#dnn_ContentPane > div > table > tbody > tr:nth-child(1) {
	display: none;
}

#Table1 > tbody > tr:nth-child(1) > td > table > tbody > tr.TabBg > td > table > tbody > tr {
	height: 26px;
	position: absolute;
	left: 0;
	width: 100%;
}

body {
	background-color: #f7f7f7;
}

tr.DataGrid_AlternatingItemStyle {
	background-color: #fdfdfd;
}

#dnn_ctr502_Catalog_ctrlCatalogControl_ctrlSeriesDetailPanel_lbBack {
	display: none;
}

#dnn_ctr502_Catalog_ctrlCatalogControl_ctrlEventDetailPanel_lbBack {
	display: none;
}

#dnn_ctr502_Catalog_rblCatalogOption {
	display: none;
}

#dnn_ctr551_Catalog_ctrlCatalogControl_ctrlSeriesDetailPanel_lbBack {
	display: none;
}

/*Test skin version*/
#dnn_ctr551_Catalog_ctrlCatalogControl_ctrlEventDetailPanel_lbBack {
	display: none;
}

#dnn_ctr551_Catalog_rblCatalogOption {
	display: none;
}

.Label_HeaderStyle {
	font-weight: bold;
}

td>a:link {
	color: #0479a8;
}

td>a:link:hover,td>a:link:focus,td>a:link:active {
	color: #034e6c;
	outline: none;
}

.DataGrid_HeaderStyle_Alt a:link {
	cursor: initial;
	text-decoration: none;
}

.DataGrid_HeaderStyle_Alt a:hover {
	color: white;
}

.DataGrid_HeaderStyle_Alt th {
	vertical-align: middle;
	padding: 7px;
}

.DataGrid_Style td {
	padding: 7px;
}

/*#dnn_dnnCopyright_lblCopyright {
	position: relative;
	top: 500%;
	color: rgb(68,68,68);
}

tr[valign="bottom"]>td {
	display: none;
}

.bottomrow {
	display: none;
}*/

.DataGrid_HeaderStyle_Alt {
	background-color: #646569;
}

input.Button_Style_Alt, input.Button_Style {
	background-color: #c5050c;
	padding: 7px;
	border-radius: 3px;
	border: none;
	color: white;
	font-weight: bold;
}

.Button_Style_Alt:hover,.Button_Style_Alt:focus,.Button_Style:hover,.Button_Style:focus {
	background-color: #9b0000;
}

label {
	font-weight: bold;
}

#dnn_ctr502_Register_ctrlRegisterEventChoicesPanel_ctrlCOBCancel {
	margin-right: 10px;
}

/*.TabBg{display:none;}*/
.UWClassicHDT > tbody > tr:nth-child(3) > td {
	background-color: white !important;
	position: absolute;
	left: 0;
	width: 100%;
}

.Label_PlainTextStyle > a {
	color: #c5050c;
}

#dnn_ctr458_ProfilePanel_Panel2, #dnn_ctr458_ProfilePanel_Panel3 {
	background-color: #cfcfcf !important;
}

#dnn_pnav > li > a {
	color: black;
	font-size: 14px;
	padding: .3rem 0 .1rem;
	margin-top: .8rem;
	border-bottom: .2rem solid transparent;
	font-family: Red Hat Display,sans-serif !important;
	text-transform: uppercase;
}

#dnn_pnav > li > a:hover {
	border-bottom: .2rem solid #c5050c;
}

/*#dnn_pnav > li:hover {background-color: inherit !important;}*/
#dnn_pnav > li:first-child {
	padding-left: 0;
}

#dnn_pnav > li {
	position: relative;
	padding: 0 .95rem;
	text-align: center;
	margin: 0;
}

#dnn_pnav {
	padding: 0 1rem;
	margin: 0;
	margin-bottom: 1rem;
	background-color: white;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	height: 50px;
}

/**
#Table1 > tbody > tr[valign="top"]:nth-child(2) {
    position: absolute;
    top: 140px;
}
**/

#dnn_pnav > li:hover > a, #dnn_pnav > li:active > a, #dnn_pnav > li {
	color: black;
	background-color: white;
}

#dnn_pnav> li:nth-child(2) {
	display: none;
}

div>a:link {
	color: black;
}

.InactiveTab, .ActiveTab {
	padding: 10px;
	font-weight: bold;
	cursor: pointer;
}

.InactiveTab {
	background-color: #646569;
	color: white;
}

.InactiveTab:hover {
	background-color: #c5050c;
}

.ActiveTab {
	background-color: #c5050c;
	color: white;
}

.ActiveTab:hover {
	background-color: #9b0000;
}

#dnn_ctr460_RegistrationsPanel_ctrlCertPanel_ctrlCertDetail_pnlMain,#dnn_ctr460_RegistrationsPanel_ctrlCertPanel_ctrlCertProgress_pnlMain {
	background-color: white !important;
	border-color: black !important;
}

tr.DataGrid_AlternatingItemStyle {
	background-color: #e4e4e4;
}

#dnn_ctr460_RegistrationsPanel_hlPrintFriendlyCertsLink,#dnn_ctr460_RegistrationsPanel_hlPrintFriendlyTranscriptLink,#dnn_ctr460_RegistrationsPanel_hlPrintFriendlyWaitlistLink,#dnn_ctr460_RegistrationsPanel_hlPrintFriendlyCurrentLink {
	display: none;
}

a:visited {
	color: #c5050c;
}

.Label_HeaderStyle {
	display: inline-block;
	margin-bottom: 25px;
}

.HeadBg {
	background-color: #f7f7f7;
}

.HeadBg > table {
	padding: 1rem 0 1rem .5rem;
	height: 110px;
}

.HeadBg > table> tbody::before {
	content: "OHR Registration System";
	font-family: Red Hat Display,sans-serif;
	font-size: 1.8rem;
	font-weight: 800;
	text-transform: uppercase;
	position: absolute;
	top: 26px;
	color: #c5050c;
	left: 45px;
}

.HeadBg > table::before {
	content: "";
    /*background-image: url("https://jobs.wisc.edu/img/uw-crest.svg");*/
	background-size: contain;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 10px;
}

.UWClassicTabImage2, .UWClassicbevel {
	background-color: #f7f7f7 !important;
}

.UWClassicHDT > tbody > tr:nth-child(1) > td {
	background-color: #f7f7f7 !important;
}

.UWClassicHDT > tbody > tr:nth-child(1) {
	height: 50px;
}

.UWClassicHDT > tbody > tr:nth-child(2) {
	display: none;
}

.HeadBg > table > tbody > tr:nth-child(2) {
	height: 103px;
}

.TabBg > .skinuser {
	color: black;
	font-family: Red Hat Display,sans-serif;
	font-size: 12px;
}

@import url("https://cdn.wisc.cloud/fonts/uw-rh/fonts.0.0.1.css");