#outter-View-view {
	overflow: hidden;
	padding-left: 25px;
	
}

.View-view-column {
	width: 30%;
	overflow: hidden;
}

#outter-View-row {
	display: flex;
	flex-direction: row;
}

.import-instructions {
	padding: 2%;
}

#general_content_info,
#spins_info,
#scorelogs_info,
#logins_info {
	padding: 2%;
}

.View-view-row {
	border-bottom: solid #0C677D 0.5px;
	padding-bottom: 10px;
	overflow-y: hidden;
	width: 100%;
}

.text-with-icon-no-vc {
	display: flex;
	flex-direction: row;
	height: 26px; /* needed for back button when viewing a single item in the dashboard. */
}

.text-with-icon-no-vc span {
	font-size: 24px;
	margin-right: 8px;
}

.single-item-subtitle {
	text-transform: uppercase;
	padding: 1% 0% 0% 2%;
}

.subnav-row {
	position: fixed;
	top: 33px;
	z-index: 1000000;
	background: rgba(255,255,255,0.93);
	border-bottom: solid lightgray 1px;
	width: 100%;
	padding: 5px;
}

.subnav-row p {
	text-transform: uppercase;
	padding-left: 2%;
	font-weight: 400;
	font-size: 12px;
	padding-bottom: 0px;
}

.import {
	padding: 20px;
}

.blank-template-data-download {
	padding-left: 10%;
}

.dashboard-header {
	padding-bottom: 2%!important;
}


.dashboard-countdown-h2 {
	background: #0C677D;
	width: 50px;
	height: 50px;
	padding-top: 10%;
	margin-left:5px;
}

.countdown-tile-container {
	padding: 10px;
}

.sf-menu li {
	padding: 10px 0px!important;
}

.sf-menu li i {
	font-size: 26px!important;
}