[v-cloak] {
	display: none;
}


.org_container{
	text-align:center;
}

.org_container .org_display{
	font-weight: bold;
}

.org_container .org_select{
	text-align-last: center;
	border: 0;
	-webkit-appearance: none;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
	background-size:8%;
	font-weight: bold;
}

.checks-table tbody td:nth-of-type(2){
	text-align: center;
}

.alert{
	word-break: break-word;
}

#footer {
	/*position: absolute;*/
	/*bottom: 100;*/
	/*width: 100%;*/
	/* Set the fixed height of the footer here */
	/*height: 100px;*/
	/*margin-bottom:60px; this is if we had a bottom nav fixed*/
	/*background-color: #f5f5f5;*/
}

#footer .footer-content{
	font-size: 12px;
	font-weight: 500;
	padding-top:10px;
	padding-bottom:10px;
}

#footer .footer-link{
	color:inherit;
	margin-left:10px;
	font-weight: 500;
	padding:0;
	line-height: 1.5;
	font-size:12px;
}

#footer .footer-content-large{
	display: flex !important; 
	flex-direction: row; 
	justify-content: space-between; 
	align-items: center;
}

#footer a{
	text-decoration: none;
}

#footer a:hover, #footer a:active{
	text-decoration: underline;
}