#block-sgbtalentshowvotingblock {
	padding-top:91px;
	background-image: url("/sites/sgb/files/sgbtalent.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}


.page-title h1 {
	font-size: 3em;
	text-align: center;
	color:#ffed00;
	text-shadow: 1px 1px maroon;
}

.page-title p {
	color: white;
	font-size: 1.2em;
	font-family: Montserrat;
}

.card {
	background-color: #ffffff31;
	height: 420px;
	font-family: Montserrat;
	margin-bottom: 20px;
}


.card-result {
	background-color: #ffffff31;
	height: 190px;
	font-family: Montserrat;
	margin-bottom: 10px;
}

.blurred-box-result{
  width: 100%;
  height: 190px;
  top: calc(50% - 175px);
  left: calc(50% - 125px);
  background: inherit;
  border-radius: 15px;
  overflow: hidden;
}


.fields {
	overflow: hidden;
    width: 100%;
}

.card h3 {
	text-align: center;
	color:#9f59ab;
	text-shadow: 1px 1px #580c80;
}

.cardcontent h5 {
	font-size: 0.76em;
	font-family: Montserrat;
	color:#666666;
}

.modal-middle {
	clear:left;
}

.blurred-box{
  position: relative;
  width: 250px;
  height: 420px;
  top: calc(50% - 175px);
  left: calc(50% - 125px);
  background: inherit;
  border-radius: 15px;
  overflow: hidden;
}

.perf-name {
	color: white;
	text-align: center;
    font-weight: bold;
    font-size: 1.2em;	
}

.perf-act {
	color: #dddddd;
    text-align: center;	
}

.perf-link {
	color:#fce17e;
	text-align: center;
	cursor: pointer;
}

.perf-link:hover {
	color:#fce17e;
	text-align: center;
	cursor: pointer;
	text-decoration: underline;
}

.perf-vote {
	background-color:#fce17e;
	text-align: center;
	cursor: pointer;
	color:black;
	padding:5px 10px;
	border:1px solid #fce17e;
	border-radius: 5px;
}

.perf-vote:hover {
	text-decoration: underline;
}


.perf-bio {
	padding:15px;
	width: 250px;
 	height: 380px;
	overflow-y: scroll;	
	scrollbar-color: white transparent;
	scrollbar-width: thin;
	webkit-scrollbar-color: white transparent;
	webkit-scrollbar-width: thin;
	margin-bottom:5px;
}

.perf-vote-card {
	font-size: 22px;
	padding:15px;
	width: 250px;
 	height: 380px;
	margin-bottom:5px;
}

.perf-vote-result {
	font-size: 18px;
	padding:15px;
	color:white;	
}

.perf-vote-place {
	font-size: 22px;
	padding:15px;
	color:#fce17e;	
	font-weight: bold;
}

.sgb-spacer {
	margin-right:0px;
} 

@media (max-width: 1200px) {
	.sgb-spacer {
		margin-right:20px;
	} 
}

@media (max-width: 990px) {
	.sgb-spacer {
		margin-right:0px;
	} 
}



