/* Reset rules taken from Blueprint (http://www.blueprintcss.org/) */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


@font-face {
  font-family: "Trade Gothic LT Std";
  src: url("TradeGothicLTStd.eot");
  src: local('TradeGothicLTStd'), url("TradeGothicLTStd.otf") format("opentype");
}

@font-face {
  font-weight: bold;
  font-family: "Trade Gothic LT Std";
  src: url("TradeGothicLTStd-Bd2.eot");
  src: local('TradeGothicLTStd-Bd2'), url("TradeGothicLTStd-Bd2.otf") format("opentype");
}



html {
  height: 100%;
  margin-bottom: 1px;
}

body {
  margin: 0;
  font: 9pt/1 "Verdana";
}

form, input, select, textarea {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
  color: inherit;
}

.yusu {
  background: #EEE url("page_background.png") no-repeat top left;
}

.yusu.sport {
  background: #111;
}

.yusu .header,
.yusu .ribbon,
.yusu .navigation,
.yusu .banner,
.yusu .main,
.yusu .footer {
  width: 879px;
}

.yusu .header {
  height: 92px;
  margin: 9px 9px 3px 9px;
  position: relative; top: 0; left: 0;

  background: url("header_background_20100323.png");
}

.yusu .header h1 {
  margin: 0;
  padding: 0;
}

.yusu .header h1 a {
  height: 89px;
  width: 600px;
  display: block;
  color: transparent; text-indent: -2000px;
}

.yusu .header .search_form {
  position: absolute; bottom: 12px; right: 12px;
  color: #999;
}

.yusu .ribbon {
  margin: 3px 9px 5px 9px;
  position: relative; top: 0; left: 0;
  background: #302E2F;
}

.yusu .ribbon .dailyinfo {
  width: 545px;
  margin: 0;
  padding: 7px 12px;
  background-color: #0099CC;
  background-image: url("black_gradient.png");
  background-position: bottom;
  background-repeat: repeat-x;
  font-size: 8pt;
  color: #FFF;
}

.yusu .ribbon .dailyinfo a {
  text-decoration: none;
  color: #FFF;
}

.yusu .ribbon .session {
  margin: 0;
  padding: 7px 12px;
  position: absolute; top: 0; right: 0;
  font-size: 8pt;
}

.yusu .ribbon .session, .yusu .ribbon .session a {
  color: #999;
}

.yusu .ribbon .session a {
  text-decoration: none;
}

.yusu .advertising {
  width: 1008px;
  position: relative; top: 0; left: 0;
}

.yusu .advertising div {
  position: absolute; top: 0; right: 0;
}

.yusu .navigation {
  height: 35px;
  margin: 0px 0px 4px 7px;
}

/* NAVIGATION */

.yusu .navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.yusu .navigation li {
  margin: 0;
  display: inline;
  width: 95.6px;
  height: 35px;
  float: left;
  margin-left: 2px;
  background-color: #fff;
  position: relative;
	background-image: url('nav-gradient.png');

}

.yusu .navigation li#ents {
	background-color: #00acd5;
}

.yusu .navigation li#ents:hover {
	background-image: url('nav-ents.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

.yusu .navigation li#activities {
	background-color: #f08c51;
}

.yusu .navigation li#volunteering {
	background-color: #f08c51;
}

.yusu .navigation li#volunteering:hover {
	background-image: url('nav-volunteering.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

.yusu .navigation li#societies {
	background-color: #f08c51;
}

.yusu .navigation li#societies:hover {
	background-image: url('nav-societies.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

.yusu .navigation li#rag {
	background-color: #f08c51;
}

.yusu .navigation li#rag:hover {
	background-image: url('nav-rag.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

.yusu .navigation li#welfare {
	background-color: #85439a;
}

.yusu .navigation li#welfare:hover {
	background-image: url('nav-welfare.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

.yusu .navigation li#academic {
	background-color: #00acd5;
}

.yusu .navigation li#academic:hover {
	background-image: url('nav-academic.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

.yusu .navigation li#represent {
	background-color: #302e2f;
}

.yusu .navigation li#lgbt {
	background-color: #302e2f;
}

.yusu .navigation li#lgbt:hover {
	background-image: url('nav-lgbt.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

.yusu .navigation li#democracy {
	background-color: #302e2f;
}

.yusu .navigation li#democracy:hover {
	background-image: url('nav-democracy.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

.yusu .navigation li#racial {
	background-color: #302e2f;
}

.yusu .navigation li#racial:hover {
	background-image: url('nav-racial.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

.yusu .navigation li#disability {
	background-color: #302e2f;
}

.yusu .navigation li#disability:hover {
	background-image: url('nav-disability.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

.yusu .navigation li#environment {
	background-color: #302e2f;
}

.yusu .navigation li#environment:hover {
	background-image: url('nav-environment.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

.yusu .navigation li#womens {
	background-color: #302e2f;
}

.yusu .navigation li#womens:hover {
	background-image: url('nav-womens.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}
.yusu .navigation li#yorksport {
	background-color: #fbb040;
}

.yusu .navigation li#yorksport:hover {
	background-image: url('nav-sport.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

.yusu .navigation li#courtyard {
	background-color: #64433b;
}

.yusu .navigation li#courtyard:hover {
	background-image: url('nav-courtyard.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

.yusu .navigation li#printroom {
	background-color: #ee2b7b;
}

.yusu .navigation li#printroom:hover {
	background-image: url('nav-printroom.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

.yusu .navigation li#shop {
	background-color: #00acd5;
}

.yusu .navigation li#shop:hover {
	background-image: url('nav-shop.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

.yusu .navigation a {
  font-size: 15px;
  background: transparent;
  text-decoration: none;
  padding-left: 2px;
  padding-top: 16px;
  color: #ffffff;
  display: block;
  padding-bottom: 0px;
}

.yusu .navigation li#environment a,
.yusu .navigation li#racial a {
	padding-top: 0px;
}

.yusu .navigation a:hover,
.yusu .navigation .selected {
  background-repeat: no-repeat;
  color: #000; text-indent: 0;
  opacity: 0.3;
}

/* SEPARATE COLOURING FOR REPRESENT - BEING BLACK... need to change sub menu back to original colours though */
.yusu .navigation ul li#represent a:hover {
  color: #000;
  opacity: 0.3;
}

.yusu .navigation .subnav li{
  margin: 0;
  display: inline;
  width: 95.6px;
  height: 35px;
  float: left;
  margin-left: 2px;
  background-color: #fff;
}

		/* submenu, it's hidden by default */
		.yusu .navigation ul ul {
			position:relative; 
			left:0; 
			display:none; 
			margin:4px 0 0 -2px; 
			padding:0; 
			list-style:none;
			z-index: 9999999;
		}
		
		.yusu .navigation ul ul li {
			width:95.6px; 
			float:left; 
		}
		
		/* display block will make the link fill the whole area of LI */
		.yusu .navigation ul ul a {
			display:block;  
			height:42px;
			padding-top: 16px; 
			color:#fff;
		}
		
		.yusu .navigation ul ul a:hover {
			text-decoration: none;	
		}


.yusu .banner {
  height: 258px;
  margin: 0 9px 9px 9px;
}

.yusu .banner .description,
.yusu .banner .slider ul li .text {
  font-size: 9pt;
  line-height: 12pt;
  background: #302E2F;
}

.yusu .banner .description,
.yusu .banner .description a,
.yusu .banner .slider ul li .text,
.yusu .banner .slider ul li .text a {
  color: white;
}

.yusu .banner .description {
  width: 188px;
  height: 214px;
  padding: 22px 22px 22px 12px;
  float: left;
}


.yusu .banner .description h2 {
  margin-bottom: 9px;
  border-bottom: dotted 1px white;
  font-family: "Trade Gothic LT Std", Tahoma;
  font-size: 11pt;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.yusu .banner .description img {
  display: block;
  margin: 40px 0 22px 0;
}

.yusu .banner .slider,
.yusu .banner .slider ul li {
  width: 657px;
  height: 258px;
  overflow: hidden;
}

.yusu .banner .slider {
  float: left;
  position: relative; top: 0; left: 0;
}

.yusu .banner .slider a:hover {
  cursor: pointer;
}

.yusu .banner .slider .arrow {
  visibility: hidden;
}

.yusu .banner .slider:hover .arrow {
  visibility: visible;
}

.yusu .banner .slider .pagination {
  position: absolute; top: 0; right: 0;
  font-size: 20pt;
  color: white;
}

.yusu .banner .slider .pagination span {
  padding: 0 7px;
  cursor: pointer;
}

.yusu .banner .slider .pagination span.selected {
  color: #F08C51;
}

.yusu .banner .slider .arrow {
  width: 22px;
  height: 22px;
  background: #F08C51;
  text-align: center;
  font-size: 14pt;
  color: white;
  cursor: pointer;
}

.yusu .banner .slider .arrow.left {
  position: absolute; bottom: 0; left: 0;
}

.yusu .banner .slider .arrow.right {
  position: absolute; bottom: 0; right: 0;
}

.yusu .banner .slider ul li {
  float: left;
  position: relative; top: 0; left: 0;
}

.yusu .banner .slider ul li .text {
  width: 252px;
  height: 96px;
  padding: 9px;
  position: absolute; bottom: 22px; right: 0;
  background-color: #302E2F;
  background-image: url("black_gradient.png");
  background-position: bottom;
  background-repeat: repeat-x;
}

.yusu .banner .slider ul li .text h3 {
  font-family: "Trade Gothic LT Std", Tahoma;
  font-size: 11pt;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.yusu .footer {
  margin: 9px;
  background: #302E2F;
  clear: both;
}

.yusu .footer, .yusu .footer a {
  color: white;
}

.yusu .footer p {
  margin: 0;
  padding: 12px;
}

.yusu .footer ul {
  margin: 0;
  padding: 12px;
  list-style: none;
}

.yusu .footer ul li {
  display: inline;
  margin-right: 15px;
}

.yusu .footer a {
  text-decoration: none;
}

.yusu .main {
  margin: 9px;
  position: relative; top: 0; left: 0;
}

.yusu .main img {
  display: block;
}

.yusu .main .label {
  margin: 0;
  padding: 9px 0 2px 0;
  text-transform: uppercase;
  font-family: "Trade Gothic LT Std", Tahoma;
  font-weight: normal;
  font-size: 11pt;
  color: #FFF;
}

.yusu .main .label a {
  text-decoration: none;
  color: #FFF;
}

.yusu .main .label .outer {
  padding: 9px 53px 2px 0;
  background-image: url("tab_end_blue.png");
  background-position: top right;
  background-repeat: no-repeat;
}

.yusu .main .label .inner {
  padding: 9px 12px 2px 12px;
  background-color: #00ACD4;
}

.yusu .main .label.orange .outer {
  background-image: url("tab_end_orange.png");
}

.yusu .main .label.orange .inner {
  background-color: #F08C51;
}

.yusu .main .label.gold .outer {
  background-image: url("tab_end_gold.png");
}

.yusu .main .label.gold .inner {
  background-color: #FCB43B;
}

.yusu .main .label.black .outer {
  background-image: url("tab_end_black.png");
}

.yusu .main .label.black .inner {
  background-color: #3F3F40;
}

.yusu .main .label.pink .outer {
  background-image: url("tab_end_pink.png");
}

.yusu .main .label.pink .inner {
  background-color: #ED217C;
}

.yusu .main .label.brown .outer {
  background-image: url("tab_end_brown.png");
}

.yusu .main .label.brown .inner {
  background-color: #64433B;
}

.yusu .main .label.green .outer {
  background-image: url("tab_end_green.png");
}

.yusu .main .label.green .inner {
  background-color: #B5C533;
}

.yusu .main .label.purple .outer {
  background-image: url("tab_end_purple.png");
}

.yusu .main .label.purple .inner {
  background-color: #85439A;
}

.yusu .main .nowrap_overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.yusu .main .box {
  padding: 12px;
  position: relative; top: 0; left: 0;
  overflow: hidden;
  background: #FFF;
}

.yusu .main .box, .yusu .main .box a {
  color: #363636;
}

.yusu .main .box h3 {
  margin: 0;
  padding: 10px 0 0 0;
  border-top: solid 3px #999;
  font-family: "Trade Gothic LT Std", Tahoma;
  font-weight: bold;
  font-size: 12pt;
}

.yusu .main .box h3, .yusu .main .box h3 a {
  color: #302E2F;
}

.yusu .main .box h4 {
  margin: 15px 0 10px 0;
  font-family: "Trade Gothic LT Std", "Tahoma";
  font-weight: bold;
  font-size: 12pt;
}

.yusu .main .box h4, .yusu .main .box h4 a {
  color: #302E2F;
}

.yusu .main .box h5 {
  margin: 10px 0;
  font-weight: bold;
  font-size: inherit;
}

.yusu .main .box p,
.yusu .main .box blockquote {
  margin: 10px 0;
}

.yusu .main .box p.meta {
  margin: 5px 0 0 0;
  padding: 0 0 5px 0;
  border-bottom: dotted 1px #999;
}

.yusu .main .box p.meta, .yusu .main .box p.meta a {
  color: #00ACD4 !important;
}

.yusu .main .box p,
.yusu .main .box dl,
.yusu .main .box ul,
.yusu .main .box ol,
.yusu .main .box h5,
.yusu .main .box blockquote {
  line-height: 14pt;
}

.yusu .main .box ul {
  padding: 0 0 0 10px;
  margin: 10px 0 15px 0;
  list-style: disc inside;
}

.yusu .main .box ol {
  padding: 0 0 0 10px;
  margin: 10px 0 15px 0;
  list-style: decimal inside;
}

.yusu .main .box li {
  margin-bottom: 5px;
}

.yusu .main .box hr {
  display: block;
  margin: 15px 0;
}

.yusu .main .box table th,
.yusu .main .box table td {
  padding: 0 5px 5px 0;
}

.yusu .main .box table th {
  font-weight: bold;
}

.yusu .main .box table .raligned {
  text-align: right !important;
}

.yusu .main .box ul.error,
.yusu .main .box p.error_message {
  padding: 9px;
  background: #FDD;
  border: solid 1px red;
}

.yusu .main .box ul.error,
.yusu .main .box ul.error a,
.yusu .main .box p.error_message,
.yusu .main .box p.error_message a {
  color: red;
}

.yusu .main .box form label {
  display: block;
  margin: 10px 0 5px 0;
  font-family: "Trade Gothic Lt Std", Tahoma;
  font-weight: bold;
  font-size: 12pt;
  color: #00ACD4;
}

.yusu .main .box form .block {
  display: block;
  margin-bottom: 15px;
}

.yusu .main .box form .submit {
  margin-top: 15px;
}

.yusu .main .dark/*.box*/ {
  background: #302E2F;
}

.yusu .main .dark.box h3,
.yusu .main .dark.box h4,
.yusu .main .dark.box h5,
.yusu .main .dark.box p,
.yusu .main .dark.box a,
.yusu .main .dark.box table,
.yusu .main .dark.box li {
  color: white;
}

.yusu .main .mini_profile {
  height: 102px;
  padding: 0;
  padding-left: 114px;
  overflow: hidden;
  background-repeat: no-repeat !important;
}

.yusu .main .image_frame {
  width: 100px;
  height: 100px;
  position: absolute; top: 0; right: 0;
  overflow: hidden;
}

.yusu .main .box.officerprofile {
  background-repeat: no-repeat;
  background-position: 475px 12px;
}

.yusu .main .box.officerprofile h3.position {
  margin: 0;
  border: none;
  padding: 10px 0 2px 0;
}

.yusu .main .box.officerprofile h3.position span {
  padding: 10px 10px 2px 10px;
  background: #302E2F;
  text-transform: uppercase;
  color: white;
}

.yusu .main .box.officerprofile .blurb {
  width: 400px;
  margin-top: 80px;
}

.yusu .main .box.officerprofile .contactdetails {
  padding: 0;
  width: 200px;
  background: #302E2F;
  position: absolute; bottom: 12px; right: 12px;
}

.yusu .main .box.officerprofile .contactdetails h3,
.yusu .main .box.officerprofile .contactdetails p {
  padding: 0;
  margin: 12px;
}

.yusu .main .box.officerprofile .contactdetails h3 {
  border: none;
  color: white;
}

.yusu .main .box.officerprofile .contactdetails p {
  color: #00ACD4;
}

.yusu .main .box.officerfun {
  background: #302E2F;
}

.yusu .main .box.officerfun dl {
  margin: 0;
  padding: 0;
  color: white;
}

.yusu .main .box.officerfun dl dt {
  font-weight: bold;
}

.yusu .main .box.officerfun dl dd {
  margin: 0 0 20px 0;
}

.yusu .main .box.blogentries h3 a,
.yusu .main .box.blogentry h3 a {
  text-decoration: none;
}

.yusu .main .box.blogentry p {
  margin: 5px 0 20px 0;
}

.yusu .main .box.blogentries p a,
.yusu .main .box.blogentry p a {
  color: #F08C51;
}

/*.yusu .main .box.blogentries .authordate,
.yusu .main .box.blogentry .authordate,
.yusu .main .box.knowledgebase_article .dates {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: dotted 1px #999;
  color: #00ACD4;
}
*/

/*.yusu .main .box.blogentries .authordate a,
.yusu .main .box.blogentry .authordate a {
  color: #00ACD4;
}
*/
/*.yusu .main .box.blogentries p.summary {
  margin-bottom: 25px;
}
*/
/*.yusu .main .box.events :hover {
  background: #F08C51;
}
.yusu .main .box .event:hover h3,
.yusu .main .box .event:hover .date,
.yusu .main .box .event:hover .timelocation {
  color: white;
}
*/

.yusu .main .box.events h3 {
  margin-bottom: 3px;
}

.yusu .main .box.events h3 a {
  text-decoration: none;
}

.yusu .main .box.events .date {
  padding: 0;
  margin: 3px 0;
  text-transform: uppercase;
  color: #00ACD4;
}

.yusu .main .box.events .timelocation {
  padding: 0;
  margin: 3px 0 5px 0;
  text-transform: uppercase;
  color: #999;
}

/*.yusu .main .box.event h3 {
  margin: 0 0 15px 0;
  border: none;
}
*/
.yusu .main .imageframe {
  margin: 0;
  width: 100px;
  height: 100px;
  float: right;
  overflow: hidden;
  border: solid 2px #999;
}

.yusu .main .knowledgebase.searchbox {
  padding: 12px;
  background: #302E2F;
}

.yusu .main .blue_text, .yusu .main .blue_text a {
  color: #00ACD4 !important;
}

.yusu .main .orange_text, .yusu .main .orange_text a {
  color: #F08C51 !important;
}

.yusu .alphabet_index {
  background: #302E2F;
  border-spacing: 9px;
}

.yusu .alphabet_index td {
  width: 26px;
  padding: 9px 0;
  cursor: pointer;
  text-align: center;
  background: white;
  color: #00ACD4;
}

.yusu.sport .alphabet_index {
  background: #FCB43B;
}

.yusu.sport .alphabet_index td {
  background: #302E2F;
  color: white;
}

.yusu .image_square.box {
  min-height: 102px;
  padding: 12px 12px 12px 114px;
  background-repeat: no-repeat;
  background-position: 0 12px;
}

.yusu .image_square.box p:first-child,
.yusu .image_square.box h5:first-child {
  margin-top: 0 !important;
}

.yusu .border_top.box {
  border-top: dotted 1px #999;
}

/*
.yusu .main .officer_elect img {
  float: left;
}
.yusu .main .officer_elect h5, .yusu .main .officer_elect p {
  padding-left: 60px;
}
.yusu .main .officer_elect h5 {
  margin: 0;
}
.yusu .main .officer_elect p {
  margin-top: 5px;
  margin-bottom: 0;
}
*/

.yusu .marketing > h5 {
  margin-top: 0 !important;
}

.yusu .marketing > p {
  width: 318px;
}

.yusu .marketing .pricing {
  width: 189px;
  min-height: 102px;
  padding-left: 12px;
  margin-left: 9px;
  float: right;
  color: #00ACD4 !important;
}



/* FRESHERS MINI SITE 2010 */
.yusu.freshers .banner {
	visibility: hidden;
	height: 0px;
	width: 0px;
	padding: 0px;
	margin:0px;
}

.yusu.freshers .banner .slider {
	visibility: hidden;
	height: 0px;
	width: 0px;
	padding: 0px;
	margin:0px;
}

.yusu.freshers .banner .description {
	visibility: hidden;
	height: 0px;
	width: 1px;
	padding: 0px;
	margin:0px;
}

.yusu.freshers {
  background: #a2d9e0 url("/images/2010/freshers/freshers_background.jpg") repeat-x;
}

.shadow {
	background: url('shadow.png') no-repeat bottom right;
	margin-right: 2px;
	margin-top: 12px;
	padding: 0;
	padding-bottom: 13px;
	position: relative;
	margin-left: 12px;
}


div.box-shadow {
	background-color: #daf0f4;
	margin-right: 12px;
	margin-left: -12px;
	padding: 12px;
	line-height: 1.5;

}

div.box-shadow h1{
	font-weight: bold;
	font-size: 140%;
}

div.box-shadow h2{
	font-weight: bold;
	font-size: 120%;
	margin-top: 10px;
}

div.box-shadow p {
	margin-top: 10px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
}

div.box-shadow ol {
  font: bold 25px Verdana, Arial, Helvetica, sans-serif;
  color: #00a9d1;
  margin-left: 55px;
}

div.box-shadow ol p {
  font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  margin-top: 10px;
  margin-left: -10px;
}

/* LGBT */
.yusu .main .label.anthrosexual .outer {
  background-image: url("tab_end_orange.png");
}

.yusu .main .label.anthrosexual .inner {
  background-color: #F08C51;
}

.yusu .main .label.asexual .outer {
  background-image: url("tab_end_gold.png");
  text-decoration: none;
}

.yusu .main .label.asexual .inner {
  background-color: #FCB43B;
}

.yusu .main .label.gay .outer {
  background-image: url("tab_end_gay.png");
}

.yusu .main .label.gay .inner {
  background-color: #006184;
}

.yusu .main .label.trans .outer {
  background-image: url("tab_end_pink.png");
}

.yusu .main .label.trans .inner {
  background-color: #ED217C;
}

.yusu .main .label.queer .outer {
  background-image: url("tab_end_brown.png");
}

.yusu .main .label.queer .inner {
  background-color: #64433B;
}

.yusu .main .label.lgbt .outer {
  background-image: url("tab_end_green.png");
}

.yusu .main .label.lgbt .inner {
  background-color: #B5C533;
}

.yusu .main .label.bi .outer {
  background-image: url("tab_end_purple.png");
}

.yusu .main .label.bi .inner {
  background-color: #85439A;
}
