@charset 'utf-8';

.award {
	border-top: 8px solid #6994a4;
	line-height: 1.5;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.award em {
	font-weight: bold;
	font-style: normal;
}

.award .white-space span:not(.eccetto) {
	display: inline-block;
	white-space: nowrap;
}

.award .for-sp {
	display: block;
}

@media screen and (min-width: 768px) {
	.award .for-sp {
		display: none;
	}
}

.award .for-md {
	display: none;
}

@media screen and (min-width: 768px) {
	.award .for-md {
		display: block;
	}
}

.award .for-pc {
	display: none;
}

@media screen and (min-width: 1080px) {
	.award .for-pc {
		display: block;
	}
}

.award big {
	font-weight: 700;
}

.award .red {
	color: #ff4951;
	font-size: 1.2em;
}

.award .green {
	color: green;
}

.award b {
	font-weight: bold;
}

.award small {
	font-size: 80%;
}

.section-wrapper {
  /*max-width: 1024px;*/
	margin: auto;
}

.section-wrapper .section-inner {
	padding: 1em;
}

.btn-area .vote-btn-wrapper {
	padding: 3em 1em;
	text-align: center;
}

.btn-area .vote-btn-wrapper .vote-btn {
	background-color: #cdf390;
	border: 2px solid #fff;
	color: #51639e;
	font-weight: bold;
	box-shadow: 0 0px 15px #fff;
	font-size: 1.6em;
	white-space: inherit;
}

.btn-area .vote-btn-wrapper .vote-btn:hover {
	opacity: 1;
	position: relative;
	top: 1px;
	color: #199bf2;
}

.btn-area .vote-btn-wrapper .vote-btn img {
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.bg {
	background-image: url(https://sb-drops.s3.amazonaws.com/drop/rmopt-637816aedf712-991522300-1668814510.png);
	background-position: center;
	background-color: #a7d7e4;
}

.headline .title-wrapper {
	margin: auto;
	max-width: 1024px;
	padding: 2em 1em 1em;
}

.headline .title-wrapper .vote-logo {
	padding: 1em 0;
	position: relative;
}

.headline .title-wrapper .vote-logo img {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.headline .title-wrapper h1 {
	margin: 0 0 .2em;
	font-size: 26px;
	line-height: 1.2;
	color: #137798;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.headline .title-wrapper h1 {
		font-size: 30px;
	}
}

.headline .title-wrapper h1 small {
	display: block;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: .6em;
}

.headline .title-wrapper h2 {
	text-align: center;
	font-size: 17px;
	font-style: italic;
	color: #137798;
	text-shadow: 0 1px 1px #fff;
}

@media screen and (min-width: 768px) {
	.headline .title-wrapper h2 {
		font-size: 21px;
	}
}

.headline .title-wrapper h3 {
	text-align: center;
	color: #fff;
	font-size: 1.3em;
	margin: 0 0 1em;
	letter-spacing: 2px;
}

.headline .banner-wrapper a {
	display: block;
}

.headline .banner-wrapper a .banner-img {
	padding: 0 1em;
	width: 100%;
	max-width: 820px;
	margin: auto;
	display: block;
}

.headline .snowflake {
	padding: 0 1em;
	width: 100%;
	max-width: 780px;
	margin: auto;
	display: block;
}

.intro .text-wrapper {
	max-width: 768px;
	margin: auto;
	border: 1px solid #ccc;
	padding: 10% 15% 20%;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 4px;
}

@media screen and (min-width: 768px) {
	.intro .text-wrapper {
		padding: 5em 6em 10%;
	}
}

.intro .text-wrapper .text {
	font-size: .9em;
	text-shadow: 1px 1px 2px #fff;
	color: #444;
	letter-spacing: 1px;
	line-height: 1.9;
	margin: 0 0 2em;
}

.intro .text-wrapper .text em {
	color: #0c595d;
}

.intro .section-inner {
	padding: 2em;
}

.intro .img-wrapper {
	margin: -18% 0 0 0;
	border-bottom: 8px solid #6994a4;
}

@media screen and (min-width: 768px) {
	.intro .img-wrapper {
		margin: -10% 0 0 0;
	}
}

.content-wrapper {
	background-image: url(https://sb-drops.s3.amazonaws.com/drop/rmopt-6346eb84f286e-999339700-1665592196.png);
	padding: 4em 2em;
}

.content-wrapper h2 {
	font-size: 2em;
	text-align: center;
	margin: 0 0 2em;
	color: #297478;
	text-shadow: 0 2px 2px #fff;
}

.content-wrapper h2 span {
	display: block;
	font-weight: bold;
	font-size: 90%;
	letter-spacing: 1px;
}

.about-vote {
	max-width: 768px;
}

.about-vote.gridWrapper {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	justify-items: center;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.about-vote.gridWrapper {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 5rem 1rem;
	}
}

.about-vote .item.text {
	background-color: #fff;
	padding: 2em;
	border: 3px solid #ccc;
	border-radius: 2px;
}

@media screen and (min-width: 768px) {
	.about-vote .item.text {
		grid-column: span 2;
	}
}

.about-vote .item.text li {
	border-bottom: 2px dotted #84b9d2;
	display: inline-block;
	padding: .2em;
	margin: .5em;
	font-weight: 700;
	color: #265886;
}

.about-vote .item.text p {
	margin: 0 0 1em;
}

.about-vote .item.img {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

@media screen and (min-width: 768px) {
	.about-vote .item.text.orderRight1 {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 1;
	}
}

@media screen and (min-width: 768px) {
	.about-vote .item.text.orderRight2 {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 3;
	}
}

@media screen and (min-width: 768px) {
	.about-vote .orderleft {
		grid-column-start: 3;
	}
}

.about-awards-vote {
	padding: 4em 0 0;
	width: 95%;
	max-width: 1080px;
	margin: 4em auto;
}

@media screen and (min-width: 768px) {
	.about-awards-vote {
		width: 85%;
	}
}

.about-awards-vote #vote-period {
	margin: 2em auto 3em;
}

.about-awards-vote #vote-period h1 {
	font-size: 1.5em;
	line-height: 1.15;
	background-color: #7ec0c8;
	margin: 1em auto;
	width: fit-content;
	border-radius: 999px;
	padding: 0.2em 2em;
	color: #fff;
}

.about-awards-vote #vote-period .voting-time-element {
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-size: 2em;
}

.about-awards-vote #vote-period .voting-time-element .voting-date {
	font-size: 1em;
}

@media screen and (min-width: 768px) {
	.about-awards-vote #vote-period .voting-time-element .voting-date {
		font-size: 1.15em;
	}
}

.about-awards-vote #vote-period .voting-time-element .voting-time {
	padding: 0 0 0 0.5em;
	font-size: 1em;
}

@media screen and (min-width: 768px) {
	.about-awards-vote #vote-period .voting-time-element .voting-time {
		font-size: 1.15em;
	}
}

.about-awards-vote #vote-period .voting-time-element .color-red {
	color: #e12a2a;
}

.about-awards-vote #vote-period .voting-date-arrow {
	font-size: 3em;
}

.about-awards-vote #vote-period .timezone {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	width: fit-content;
	margin: 1em auto 0;
	padding: 0.2em 10%;
	font-size: 1.3em;
}

@media screen and (min-width: 768px) {
	.about-awards-vote #vote-period .timezone {
		padding: 0.2em 5em;
	}
}

.about-awards-vote .students-voice-wrap {
	position: relative;
	border: none;
	box-shadow: none;
}

.about-awards-vote .students-voice-wrap .border-waku {
	background-color: #a4d8e3;
	padding: 1em 3em 2em;
	margin: 2em auto;
	border-radius: 5px;
}

.about-awards-vote .students-voice-wrap h3 {
	font-size: 22px;
	margin: 1em 0;
	color: #008bb8;
	text-align: center;
}

.about-awards-vote .students-voice-wrap span.bird {
	position: absolute;
	top: -10px;
	right: 0;
	display: block;
	width: 120px;
}

.about-awards-vote .students-voice-wrap .students-voice {
	height: 220px;
	margin-top: -2px;
	padding: 10px 15px;
	border: 2px solid #979797;
	background-color: #fff;
}

.about-awards-vote .students-voice-wrap .students-voice .no-vote {
	font-size: 16px;
	padding: 30px 10px;
	color: #6ac8bc;
}

.about-awards-vote .students-voice-wrap .students-voice .no-vote h4 {
	font-size: 21px;
	padding: 20px 0;
	color: #193639;
}

.about-awards-vote .students-voice-wrap .students-voice #mask {
	position: relative;
	overflow-y: hidden;
	height: 200px;
}

.about-awards-vote .students-voice-wrap .students-voice #mask ul#messages {
	position: absolute;
	top: 0;
	left: 0;
}

.about-awards-vote .students-voice-wrap .students-voice #mask ul#messages li.message {
	position: relative;
	width: 100%;
	height: 200px;
	padding: 5px 0;
	text-align: left;
}

.about-awards-vote .students-voice-wrap .students-voice #mask ul#messages li.message .lesson-thumb {
	width: 10%;
	border: 1px solid #ccc;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#777777, direction=120, strength=3, enabled=true);
}

.about-awards-vote .students-voice-wrap .students-voice #mask ul#messages li.message .lesson-thumb img {
	padding: 5px;
	padding-bottom: 20%;
}

.about-awards-vote .students-voice-wrap .students-voice #mask ul#messages li.message .comment {
	overflow: hidden;
	width: 90%;
	height: 150px;
	padding-left: 2%;
}

.about-awards-vote .students-voice-wrap .students-voice #mask ul#messages li.message .comment h4 {
	font-size: 18px;
}

.about-awards-vote .students-voice-wrap .students-voice #mask ul#messages li.message .comment p {
	font-size: 14px;
	color: #2b2f33;
}

.about-awards-vote .students-voice-wrap .students-voice #mask ul#messages li.message .date {
	font-size: 12px;
	display: inline-block;
	float: right;
	margin-top: 10px;
	color: #999;
}

.about-awards-vote .students-voice-wrap.border-waku {
	background-color: #a4d8e3;
	padding: 1em 3em 2em;
	margin: 2em auto;
	border-radius: 5px;
}

.about-awards-vote .best-award-list {
	margin-bottom: 50px;
	border-bottom: 1px solid #193639;
}

.about-awards-vote .best-award-list img {
	width: 60px;
	height: 60px;
}

.about-awards-vote .best-award-list img.flag {
	margin-right: 10px;
}

.about-awards-vote .best-award-list ul {
	padding-bottom: 30px;
	padding-left: 70px;
}

.about-awards-vote .best-award-list ul li {
	display: inline-block;
	margin-right: 12px;
	padding-top: 10px;
}

.about-awards-vote .best-award-container h3 {
	padding-bottom: 15px;
}

.about-awards-vote .best-award-container h3 img {
	height: 100px;
}

.about-awards-vote .best-award-container h3 span {
	display: inline-block;
	width: 32px;
	height: 20px;
	transform: rotate(-45deg);
	background-color: #fff;
}

.about-awards-vote .best-award-container .white-container {
	display: block;
	margin-bottom: 30px;
	color: #193639;
	border-radius: 10px;
	background-color: #fff;
	padding: 10px;
}

.about-awards-vote .best-award-container .white-container:hover {
	-webkit-box-shadow: 0 1px 6px #666;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 6px #666;
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 6px #666;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 1px 6px #666;
	-ms-box-shadow: 0 1px 6px #666;
	-o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}

.about-awards-vote .best-award-container .white-container:hover .lesson-title {
	color: green;
}

.about-awards-vote .best-award-container .white-container img.special {
	position: absolute;
	top: -5px;
	right: 0;
	width: 50px;
}

.about-awards-vote .best-award-container .white-container .lesson-item {
	width: 100%;
	height: 120px;
}

.about-awards-vote .best-award-container .white-container .lesson-item .tutor-img {
	width: 100px;
	height: 100px;
}

.about-awards-vote .best-award-container .white-container .lesson-item .lesson-info {
	overflow: hidden;
	height: 100px;
	padding-top: 5px;
	padding-left: 10px;
}

.about-awards-vote .best-award-container .white-container .lesson-item .lesson-info .lesson-title {
	font-size: 18px;
	font-style: italic;
	margin-top: 8px;
}

.about-awards-vote .best-award-container .white-container .lesson-item .lesson-info .lesson-title:hover {
	color: green;
}

.about-awards-vote .best-award-container .white-container .lesson-item .lesson-info .lesson-img {
	width: 30px;
	height: 30px;
}

.about-awards-vote .best-award-container .white-container .lesson-feedback {
	padding: 10px;
	border-top: 1px solid #ccc;
	font-size: 14px;
}

.about-awards-vote .best-award-container .white-container .lesson-feedback span {
	color: #ff4951;
}

.about-awards-vote .best-award-container .white-container .lesson-feedback .lesson-feedback-detail {
	overflow: auto;
	height: 130px;
	padding-left: 10px;
}

.about-awards-vote .best-award-container .white-container .lesson-feedback .comment-from-tutor {
	background-color: #f9f4d3;
	position: relative;
	border-top: 2px dotted #ccc;
}

.about-awards-vote .best-award-container .white-container .lesson-feedback .comment-from-tutor .fa {
	position: absolute;
	top: 1em;
	left: 1em;
	font-size: 160%;
}

.about-awards-vote .best-award-container .white-container .lesson-feedback .comment-from-tutor p {
	margin: 1em 0 1em 5em;
	font-size: .9em;
	line-height: 1.6;
	padding: 0.8em 1em 1em 0;
	overflow: auto;
	height: 160px;
}

.about-awards-vote .best-award-container .white-container .lesson-feedback .comment-from-tutor p b {
	color: #404596;
}

.about-awards-vote .best-award-container .white-container .seminar-banner-wrapper {
	border-top: 1px solid #ccc;
	padding: .5em 0 0;
}

.about-awards-vote .best-award-container .white-container .columu-link-wrapper {
	border-top: 1px solid #ccc;
	padding: .5em 0 0;
}

.about-awards-vote .voted-tutor {
	display: inline-block;
	margin-bottom: 15px;
}

.about-awards-vote .voted-tutor img {
	width: 30px;
	height: 30px;
}

.about-awards-vote #vote-info {
	margin-top: 50px;
}

.about-awards-vote #vote-info h2 {
	padding-top: 30px;
	padding-bottom: 20px;
}

.about-awards-vote #vote-info .columns {
	padding-bottom: 30px;
}

.about-awards-vote #vote-info .columns .object {
	width: 100%;
	max-width: 60px;
}

.about-awards-vote #vote-info .columns h3 {
	color: #008bb8;
}

.about-awards-vote #vote-info .columns p {
	font-size: 16px;
	padding: 5px 0;
}

.about-awards-vote #vote-info .columns .announce-date {
	position: relative;
	min-height: 60px;
}

.about-awards-vote #vote-info .columns .announce-date:before {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 50%;
	height: 30px;
	content: '';
	border-radius: 100px;
	background: #fff;
}

.about-awards-vote #vote-info .columns .announce-date strong {
	font-size: 32px;
	position: absolute;
	left: 0;
}

.about-awards-vote #vote-info .columns .announce-date small {
	display: block;
	font-size: 60%;
}

.past-awesome-award {
	border-top: 6px solid #bad5df;
	padding: 3em 1em;
	color: #fff;
	background-color: #61a1b7;
}

.past-awesome-award h3 {
	font-size: 1.9em;
	color: #fff;
	text-shadow: 0 1px 1px #fff;
	text-align: center;
}

.past-awesome-award .banner-list {
	margin-top: 10px;
}

.past-awesome-award .banner-list li {
	padding: 10px 0;
}

.past-awesome-award .banner-list li img {
	border: 1px solid #979797;
}

.past-awesome-award .banner-list .btn {
	margin-top: 10px;
}

@media screen and (min-width: 800px) {
	.vote-logo {
		padding: 2em;
		position: relative;
	}

	.red {
		font-size: 1.45em;
	}

	p {
		font-size: 1.25em;
	}

	.special-vote-2018 h2 {
		font-size: 2.2em;
	}

	.special-vote-2018 .bg-h2 img {
		display: block;
		margin: 0 auto;
	}

	.bg-banner img {
		max-width: 800px;
		display: block;
		margin: 0 auto;
	}

	.fl-container-1 div:nth-of-type(1) {
		order: 2;
	}

	.fl-container-1 div:nth-of-type(2) {
		order: 1;
	}

	.past-awesome-award h3 {
		font-size: 1.9em;
	}
}

.results .box-message p {
	text-align: center;
}

.results .lottery {
	background-color: #ffdc73;
}

.results #what-is-new h2 {
	font-size: 1.4em;
}

.results #what-is-new .green {
	color: green;
	font-size: 1.2em;
}

.results #what-is-new p {
	font-size: 1.1em;
	font-weight: normal;
}

.results .scroll-link {
	display: flex;
	justify-content: center;
	gap: 2em;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.results .scroll-link {
		flex-direction: row;
	}
}

.results .scroll-link a {
	text-align: center;
	border-radius: 999px;
	padding: 0.2em 1em;
	background-color: #98dbe3;
	color: #1238c3;
	font-size: 1.15em;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
}

.results .scroll-link a.orange {
	background-color: #cde68b;
	color: #08640d;
}

.results .content-wrapper {
	padding: 0;
}

.results .about-awards-vote {
	margin: 0 auto;
	padding: 0;
}

.results .about-awards-vote .hall-of-fame-wrapper p {
	text-align: left;
	max-width: 700px;
	margin: 0 auto 2em;
}

.results .about-awards-vote .student-vote-based-awards-wrapper {
	margin: 0 0 4em;
	padding: 3em 1em;
	background-color: rgba(177, 217, 235, 0.4);
}

.results .about-awards-vote .student-vote-based-awards-wrapper h2 {
	margin: 0 auto 4em;
	text-align: center;
	border: 1px solid#ccc;
	background-color: #fff;
	width: fit-content;
	border-radius: 40px;
	padding: 0.2em 2em;
	font-size: 1.15em;
}

.results .about-awards-vote .data-based-awards-wrapper {
	margin: 0em;
	padding: 3em 1em;
	background-color: rgba(186, 225, 148, 0.4);
}

.results .about-awards-vote .data-based-awards-wrapper h2 {
	margin: 0 auto 2em;
	text-align: center;
	border: 1px solid#ccc;
	background-color: #fff;
	width: fit-content;
	border-radius: 40px;
	padding: 0.2em 2em;
	font-size: 1.15em;
}

.results .about-awards-vote .data-based-awards-wrapper p {
	max-width: 700px;
	margin: 0 auto 2em;
}

.results .point-present-lottery-wrapper {
	margin: 0em 0 4em;
	padding: 2em;
	font-weight: 700;
	background-color: rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 0 2px -1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 1em;
}

.results p {
	font-size: 15px;
	padding: 10px;
}

.results big {
	font-weight: 700;
}

.results .red {
	color: #ff4951;
	font-size: 1.2em;
}

.results #vote-btn-wrapper {
	padding: 3em 0;
}

.results #vote-btn-wrapper .vote-btn {
	color: #fff;
	border: 2px solid #979797;
	font-size: 24px;
	background: #ff4951;
}

.results #vote-btn-wrapper .vote-btn img {
	opacity: .5;
}

.results ul#messages li.message {
	position: relative;
	padding: 25px 0;
	padding-left: 80px;
	text-align: left;
}

.results ul#messages li.message .tutor_thumb {
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.results ul#messages li.message:nth-child(2n) .tutor_thumb {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

.results ul#messages li.message:nth-child(3n) .tutor_thumb {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	transform: rotate(3deg);
}

.results ul#messages li.message:nth-child(5n) .tutor_thumb {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.results ul#messages li.message .picture {
	position: absolute;
	top: 5px;
	left: 0;
}

.results ul#messages li.message .picture .tutor_thumb {
	width: 90px;
	height: 100px;
	margin-right: 13px;
	border: 1px solid #ccc;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#777777, direction=120, strength=3, enabled=true);
}

.results ul#messages li.message .picture .tutor_thumb img {
	padding: 7px;
	padding-bottom: 20px;
}

.results ul#messages li.message .student-comment {
	padding: 10px;
	padding-left: 20px;
	border: 2px solid #2dcbbb;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#777777, direction=120, strength=3, enabled=true);
}

.results ul#messages li.message .student-comment h4 {
	font-size: 21px;
	overflow: hidden;
	width: 95%;
	margin-bottom: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.results ul#messages li.message .student-comment h4 a {
	color: #193639;
}

.results ul#messages li.message .student-comment h4 a:hover {
	color: #e7393b;
}

.results ul#messages li.message .student-comment .vote_item {
	position: relative;
	padding-bottom: 30px;
}

.results ul#messages li.message .student-comment .vote_item:after {
	position: absolute;
	width: 100%;
	height: 30px;
	content: '';
	background: url(/campaign/vote/2015summer/resources/images/hr-line04.png) center no-repeat;
}

.results ul#messages li.message .student-comment .vote_item:last-child:after {
	background: url(/campaign/vote/2015summer/resources/images/hr-line05.png) center no-repeat;
}

.results ul#messages li.message .student-comment .vote_item a {
	font-size: 18px;
}

.results ul#messages li.message .student-comment .vote_item a .lesson_thumb {
	width: 30px;
}

.results ul#messages li.message .student-comment .vote_item p {
	padding-top: 5px;
	color: #4c4c4c;
}

.results ul#messages li.message .student-comment .vote_item .date {
	font-size: 12px;
	text-align: right;
	color: #999;
}

.award.btn-success {
	color: #fff;
	background: #5ad0f0;
}

.after-symposium-container {
	margin: 2em  auto;
}

.after-symposium-container .after-symposium-banner {
	max-width: 400px;
	margin: 0 auto 1rem;
}

.after-symposium-container .video {
	margin: 0 auto 2rem;
	max-width: 500px;
}

.after-symposium-container .video .video-content {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
	width: 100%;
}

.after-symposium-container .video .video-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}