* {
	box-sizing: border-box;
}

body, html {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #adadad;
	font-family: 'SF UI Text', 'PT Sans', sans-serif;
	font-size: 15px; /*15 пишем, 11 в уме */
	min-width: 320px;
}

html {
	margin-left: calc(100vw - 100%);
	margin-right: 0;
}

a {
	color: #ff8800;
}

a:hover {
	text-decoration: none;
}

a.noline {
	text-decoration: none;
}

a.noline:hover {
	text-decoration: underline;
}

a.orangelink {
	color: #ff8800;
}

.white {
	color: #fff;
}

.whiteborder {
	border-color: #fff;
}

.black {
	color: #000;
}

.midgray {
	color: #777777;
}

.orange {
	color: #ff8800;
}

.red {
	color: #ff0000;
}

.green {
	color: #66CC66;
}

.blue {
	color: #3399FF;
}

.yellow {
	color: #ffff66;
}

.lightgray {
	color: #adadad;
}

.blackbg {
	background-color: #000;
}

.darkgraybg {
	background-color: #232323;
}

.midgraybg {
	background-color: #444444;
}

.orangebg {
	background-color: #ff8800;
}

#action_log tr[bgcolor="#555555"], #log_popup tr[bgcolor="#555555"] {
    color: #ffffff;
}

#action_log tr[bgcolor="#6c6c6c"], #log_popup tr[bgcolor="#6c6c6c"] {
    color: #000000;
}

.small1 {
	font-size: .8rem;
}

.big1 {
	font-size: 1.2rem;
}

.big2 {
	font-size: 1.3rem;
}

.big3 {
	font-size: 1.5rem;
}

.bold {
	font-weight: bold;
}

.nobold {
	font-weight: normal;
}

.center {
	text-align: center;
}

.button {
	display: inline-block;
	border: none;
	padding: 10px;
	font-size: 1.2rem;
	line-height: 1.5rem;
	height: 40px;
	font-family: "PT Sans Narrow";
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	border-radius: 10px;
}

.button:hover {
	opacity: .8;
}

.button.rounded {		
	border-radius: 5px;
}

.balloon {
	max-width: 300px;
}

#engine_holder>.answer_form {
	position: fixed;
	margin-left: 340px;
	width: 1025px;
	z-index: 1000;
}

.answer_form {
	padding: 16px 15px;
}

.answer_input {
	background-color: #111;
	border: 2px solid #444;
	font-size: 1rem;
	padding: 9px 12px;
	vertical-align: top;
	height: 40px;
	margin-right: 14px;
	color: #fff;
	width: 465px;
	outline:none;
}

.answer_input:focus {
	border-color: #ff8800;
}

.answer_input::-webkit-input-placeholder {
	color:#444;
}
.answer_input::-moz-placeholder { 
	color:#444;
    opacity: 1;
}
.answer_input:-moz-placeholder { 
	color:#444;
    opacity: 1;
}
.answer_input::-ms-input-placeholder { 
	color:#444;
}
.answer_send {
	z-index: 20;
	width: 160px;
	line-height: 1rem;
}

.answer_send:after {
	display: inline-block;
	content: "Отправить";
	color: #fff;
	position: relative;
	vertical-align: middle;
}

#engine_holder {
	width: 1402px;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#left_bar{
	width: 303px;
	min-width: 303px;
	flex: 0 1 auto;
	min-height: 100vh;
	position: relative;
	padding-bottom: 10px;
}

#left_bar_blocks_holder {
	width: 303px;
	min-width: 303px;
	position: absolute;
	right: 0;
}

.left_bar_block {
	padding: 31px 17px 0 17px;
	background-color: #232323;
}

#team_player_info {
	color: #fff;
}

#team_player_info .player_status {
	color: #919191;
	font-size: 1rem;
}

#buttons_holder .button {
	width: 100%;
	text-align: center;
}

#buttons_holder>button:not(:first-of-type),
#buttons_holder>form:not(:first-of-type) {
	margin-top: 9px;
}

#action_log {
	overflow-x: hidden;
}

#action_log table {
	border-collapse: collapse;
}

#action_log table th, #action_log table td {
	border: 2px solid #444444;
	text-align: left;
	padding: 2px 6px 5px 6px;
	vertical-align: top;
}

#action_log table th {
	font-weight: normal;
	color: #fff;
}

#action_log .event:before {
	display: inline-block;
	width: 15px;
	text-align: center;
	content: ' ';
	font-weight: bold;
}

#action_log .event_success:before {
	content: '✔';
	color: #33cc33;
}

#action_log .event_fail:before {
	content: '❌';
	color: #cc3333;
}

#action_log .event_up:before {
	content: '➜';
	transform: rotate(270deg);
	margin-left: -1px;
	color: #ff8800;
}

.city_socials {
	font-size: 0;
	display: flex;
	justify-content: flex-start;
}

.social {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url('img/socials.png?v2');
	background-size: 900%;
	background-position-y: 32px;
	margin: 0 3.5px;
}

.social:first-of-type {
	margin-left: 0;
}

.social:last-of-type {
	margin-right: 0;
}

.social:hover {
	background-position-y: 0;
}

.social.instagram {
	background-position-x: -32px;
}

.social.telegram {
	background-position-x: -64px;
}

.social.viber {
	background-position-x: -96px;
}

.social.vk {
	background-position-x: -128px;
}

.social.google {
	background-position-x: -160px;
}

.social.linkedin {
	background-position-x: -192px;
}

.social.pinterest {
	background-position-x: -224px;
}

.social.twitter {
	background-position-x: -256px;
}

#service_links a.service_link {
	display: block;
}

#service_links a.service_link:not(:first-of-type) {
	margin-top: 16px;
}

#service_links a.service_link:before {
	content: " ";
	display: inline-block;
	position: relative;
}

#service_links a.service_link.settings_link:before {
	width: 26px;
	height: 26px;
	background-image: url(img/service_icons.png);
	background-size: cover;
	background-position: 0 0;
	top: 7px;
	margin-right: 13px;
	margin-left: 5px;
}

#service_links a.service_link.exit_link:before, #service_links a.service_link.login_link:before {
	width: 23px;
	height: 26px;
	background-image: url(img/service_icons.png);
	background-size: cover;
	background-position: -27px 0;
	top: 7px;
	margin-right: 14px;
	margin-left: 7px;
}

#right_block {
	flex: 1 1 auto;
	min-height: 100vh;
	padding: 16px 37px;
	margin-top: 75px; 
	position: relative;
}

.before_game > #right_block {
    margin-top: 0;
}

#mobile_header {
	display: none;
}

#timers {
	display: inline-block;
}

.timer {
	display: inline-block;
	width: 196px;
	position: relative;
}

.timer_time:before {
	display: inline-block;
	vertical-align: top;
	width: 27px;
	height: 27px;
	content: "";
	background-image: url('img/service_icons.png');
	background-size: cover;
	margin-right: 5px;
}

#level_time:before, #start_time:before {
	background-position: -255px 0;
}

#hint_time:before {
	background-position: -228px 0;
}

.timer_time {
	display: inline-block;
	vertical-align: middle;
}

#start_time {
	white-space: nowrap;
}

#game_title {
	margin: 37px 0;
}

#level_banner {
    width: 100%;
    min-height: 100px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

#level_banner img {
    max-width: 100%;
}

#user_event {
	padding: 10px 15px;
	margin: 37px 0;
	position: relative;
}

#user_event:before {
	display: block;
	content: '';
	width: 0;
	height: 3px;
	background-color: #ffffffcc;
	position: absolute;
	top: 0;
	left: 0;
}

#tabs {
	border: none;
	border-bottom: 1px solid #444; 
	display: inline;
	padding-bottom: 16px;
	font-size: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#tabs {
		padding-bottom: 17px;
	}
}

.tab {
	display: inline-block;
	position: relative;
	bottom: -2px;
	color: #adadad;
	padding: 6px 15px;
	height: 42px;
	box-sizing: border-box;
	border: none;
	border-bottom: 3px solid transparent;
	font-size: 1.3rem;
	font-family: "PT Sans Narrow";
	text-transform: uppercase;
	cursor: pointer;
	user-select: none;
}

.tab .tab_name, .tab .tab_counter {
	display: inline-block;
	vertical-align: top;
}

.tab_counter {
	margin-left: 15px;
	background-color: #222222;
	padding: 0 13px;
	height: 27px;
	border-radius: 4px;
}

.tab.active {
	border-color: #ff8800;;
	background-color: #222222;
	color: #fff;
}

.tab.active .tab_counter {
	background-color: #000;
}

.tab .tab_name:before {
	display: none;
	content: " ";
	width: 0;
	height: 22px;
	background-image: url('img/service_icons.png');
	background-size: cover;
	vertical-align: bottom;
}

.tab[data-tabname="tasks"] .tab_name:before {
	display: inline-block;
	width: 22px;
	background-position: -43px 0;
}

.tab[data-tabname="bonuses"] .tab_name:before {
	display: inline-block;
	width: 24px;
	background-position: -66px 0;
}

.tab[data-tabname="chat"] .tab_name:before {
	display: inline-block;
	width: 25px;
	background-position: -90px 0;
}

.tab[data-tabname="legend"] .tab_name:before {
	display: inline-block;
	width: 24px;
	background-position: -256px 0;
}

.tab[data-tabname="treasure"] .tab_name:before {
	display: inline-block;
	width: 26px;
	background-position: -230px 0;
}

.tab[data-tabname="progress"] .tab_name:before {
	display: inline-block;
	width: 26px;
	background-position: -280px 0;
}

.tab_count {
	position: absolute;
	top: 3px;
	left: 31px;
	color: #fff;
	background-color: #f00;
	width: 13px;
	height: 13px;
	border-radius: 7px;
	text-align: center;
	line-height: 12px;
	font-size: 13px;
	font-weight: bold;
	display: none;
}


#tabs_line {
	border-bottom: 1px solid #444; 
}

.tab_content img {
	max-width: 100%;
	width: auto;
	height: auto;
}

#tab_contents .tab_content {
	display: none;
	padding-top: 23px;
}

#tab_contents .tab_content:nth-of-type(1) {
	display: block;
}

.task_text {
	margin-top: 51px;
}

.task_form {
	margin-top: 10px;
}

.task_text b, .task_text strong, .bonus_text strong, .bonus_text b {
	color: #fff;
}

.task_hint, .task_spoiler {
	margin-top: 24px;
}

.task_hint p, .task_spoiler p {
	margin-bottom: 0;
}

.task_spoiler_title {
	padding: 15px;
}

.task_spoiler_title:before {
	display: inline-block;
	content: "»";
	margin-right: 5px;
	transition: ease .05s;
}

h3.spoiler_title {
	margin-top: 0px;
}

.task_spoiler_title {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.task_spoiler.opened .task_spoiler_title:before {
	transform: rotate(90deg);

}

.task_spoiler_content {
	display: none;
	padding: 0 15px 15px 15px;
}

.task_spoiler.opened .task_spoiler_content{
	display: block;
}

.task_spoiler_content .answer_form {
	padding: 16px 0;
}

.legend_title {
	margin-bottom: .5rem;
}

#messages_holder {
	border: 2px solid #222;
	padding-top: 10px;
	margin-top: 17px;
	height: 473px;
	overflow-y: auto;
}

.message {
	padding: 12px 16px 15px;
	margin: 10px 0;
	border-radius: 10px;
}

.message_text {
	margin: 0;
	margin-top: 5px;
}

.message_form {
	margin-top: 7px;
}

.message_form .answer_input {
	width: 817px;
}

#bonus_tab .task_spoiler.darkgraybg {
	background-color: #707070;
	color: #000;
}

.question_mark {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    padding: .2em;
    cursor: pointer;
    background-image: url('img/question.png?v=1');
    background-size: contain;
    vertical-align: middle;
}

.level_info_name {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 2px 0;
  border-radius: 5px;
  width: 125px;
  text-align: center;
  box-sizing: border-box;
}

.level_info_name.success {
  background-color: #66CC66;
}

.level_info_name.failed {
  background-color: #ff0000;
}


.level_info_codes_stub {
	display: none;
	width: calc(100% - 245px);
}

.level_info_codes {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 245px);
}

.level_info_code {
  margin: 0 5px;
}

.level_info_more {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
}

.level_info_time {
  display: inline-block;
  width: 55px;
  text-align: right;
}

.level_info_time_hint {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: baseline;
	position: relative;
	top: 2px;
}

.level_info_break {
  height: 70px;
}



/* POPUP */

.popup_back {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(127, 127, 127, .8);
	text-align: center;
	display: none;
	z-index: 1010;
}

.popup {
	max-height: 100vh;
	max-width: 98vw;
	min-width: 200px;
	width: auto;
	display: inline-block;
	overflow: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
}

.popup_title {
	display: inline-block;
	padding: 0 15px;
	font-size: 1.5rem;
	font-weight: bold;
	padding-top: 5px;
}

.popup_close_holder {
	position: absolute;
	right: 0;
	top: 0;
	color: #ff8800;
}

.popup_title.login_logo {
	width: 256px;
	height: 47px;
	background-image: url('img/login_logo.png');
	background-size: cover;
	background-position-y: bottom;
	margin-top: 20px;
}

.popup_close {
	cursor: pointer;
	font-size: 2rem;
}

.popup_close:after{
	display: inline-block;
	content: "✖";
	padding: 5px;
	width: 30px;
	height: 30px;
	line-height: 2rem;
}

.popup_content {
	text-align: left;
	padding: 20px 15px;
}

.popup_content h3 {
	margin-top: 0;
}

.theme_select {
	font-size: 0;
}

.theme_input, .refresh_input {
	display: none;
}

.theme_label, .refresh_label {
	font-size: 1.3rem;
	border: 3px solid #888;
	padding: 5px 10px;
	cursor: pointer;
}

.theme_label_light {
	background-color: #fff;
	color: #000;
	border-right-width: 0px;
}

.theme_label_dark {
	border-left-width: 0px;
	background-color: #000;
	color: #fff;
}

.refresh_label:first-of-type {
	border-right-width: 0;
}

.refresh_label:last-of-type {
	border-left-width: 0;
}

.theme_input:checked + .theme_label, .refresh_input:checked + .refresh_label{
	border-color: #ff8800;
	border-width: 3px;
}

.form_without_gaps {
	font-size: 0;
}

.login_form {
	width: 240px;
	margin: 5px 25px 10px 25px;
	text-align: center;
	text-decoration: none;
}

.login_form_submit {
	color: #ffffff;
}

.login_socials {
	display: flex;
	justify-content: center;
}

.login_social {
	cursor: pointer;
	margin: 10px;
}

.popup_bottom, .popup_links {
	display: inline-block;
	width: 100%;
}


#login_popup .popup {
	width: 360px;
	padding: 20px;
}

#login_popup .popup_links, #login_popup .popup_bottom, #login_popup .popup_orsocial {
	margin-top: 20px;
}

#pin_form input:disabled {
	cursor: not-allowed;
}

#before_game_text {
	display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100% - 42px);
}

#big_timer {
    display: flex;
    justify-content: center;
    margin: 10px;
}

#big_timer .digits_holder {
	width: 5rem;
	text-align: center;
}

#big_timer .digits {
    font-size: 3rem;
}

/* Adaptive */

@media screen and (max-width: 1402px) {
	.answer_input {
		width: 438px;
	}

	#engine_holder {
		width: 100%;
	}

	#engine_holder>.answer_form {
		margin-left: 326px;
		width: calc(100vw - 383px);
	}

	#right_block {
		padding: 15px 23px;
	}

	.message_form .answer_input {
		max-width: 817px;
		min-width: 438px;
		width: calc(100% - 174px);
	}

	.login_form {
		width: 240px;
	}
}

@media screen and (max-width: 1024px) {
	html {
		margin-left: 0;
	}

	#left_bar_toggler.locked {
	    position: fixed;
	    top: 70px;
	    left: 283px;
	    width: 24px;
	    box-sizing: content-box;
	    padding: 16px 10px 5px 10px;
	    height: 33px;
	    z-index: 1000;
	}

	.before_game #left_bar_toggler.locked {
		top: -2px;
	}

	#left_bar_toggler.locked:after {
		background-position-x: -318px;
	}
 
	.answer_form {
		padding: 16px 10px;
	}

	#engine_holder>.answer_form {
		margin-left: 326px;
		margin-left: 0;
		width: 100vw;
	}

	.answer_input {
		min-width: 216px;
		width: calc(100% - 79px);
		margin-right: 7px;
	}

	.answer_send {
		width: 57px;
	}

	.answer_send:after {
		display: inline;
		content: "OK";
	}

	#engine_holder {
		min-width: 320px;
		max-width: 100%;
		margin: 0;
		overflow-x: hidden;
	}

	#engine_holder:not(.before_game)>div {
		margin-top: 72px;
	}

	#left_bar {
		transition: ease .1s;
		width: 0;
		min-width: 0;
	}

	#left_bar_blocks_holder {
		width: 283px;
		min-width: 283px;
	}

	#left_bar .logo_holder img {
		width: 100%;
		max-width: 100%;
	}

	.left_bar_block {
		padding: 31px 7px 0 7px;
	}

	#show_left_bar:checked+#left_bar {
		display: block;
		width: 283px;
		min-width: 283px;
	}

	#right_block {
		padding: 0 10px 10px;
		min-width: 320px;
		max-width: 100%;
		position: relative;
		margin-top: 0;
	}

	#mobile_header {
		position: relative;
		display: block;
		max-width: 100vw;
		height: 52px;
		left: -10px;
		margin-left: 0;
		margin-right: -20px;
		padding: 10px 0;
		text-align: center;
	}

	#left_bar_toggler {
		position: absolute;
		display: block;
		width: 52px;
		height: 43px;
		left: 0;
		top: 0;
		padding: 14px 10px 15px 10px;
		cursor: pointer;
		text-align: left;
	}

	#left_bar_toggler:hover {
		opacity: .8;
	}

	#left_bar_toggler:after {
		display: block;
		content: " ";
		width: 23px;
		height: 23px;
		background-image: url(img/service_icons.png);
		background-position: -168px 0;
		background-size: cover;
	}

	#timers {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	#game_title {
		/*margin: 10px 0;*/
		display: none;
	}

	#user_event {
	    margin: 10px 0;
	    border-radius: 15px;
	}

	.timer {
		/*width: auto;
	    max-width: 150px;*/
	    max-width: unset;
	    width: 50%;
	    text-align: center;
	}
	.tabs_holder {
		text-align: center;
	}

	.tab {
		padding: 6px 24px;
		width: 64px;
	}

	.tab_name_text {
		display: none;
	}

	.tab_counter {
		margin-left: 0px;
		padding: 0 5px;
	}

	.tabs_line {
		display: none;
	}

	.task_text {
		margin-top: 32px;
	}

	.tab_count {
		left: 40px;
	}

	#messages_holder {
		overflow-y: visible;
		height: auto;
	}

	.message_form .answer_input {
		min-width: 200px;
		width: calc(100% - 64px);
	}
	
	.login_form {
		width: 240px;
	}

	.phone_hide {
		display: none;
	}
}

@media screen and (max-width: 460px) {
	.level_info_codes_stub {
		display: inline-block;
		width: 60px;
		text-align: center;
		margin: 0 calc((100% - 285px)/3);
		text-align: center;
		padding: 2px 0;
		border-radius: 5px;
	}

	.level_info_codes, .level_info_more {
		display: none;
	}

	.level_info_time {
		margin-right: calc((100% - 285px)/3);
	}
}

@media screen and (max-width: 360px) {
	#login_popup .popup {
		width: 320px;
		padding: 0;
	}

	.tab {
		padding: 6px 18px;
		width: 56px;
	}

	.tab_count {
		left: 35px;
	}

	.phone_hide {
		display: none;
	}

	.task_spoiler_content .answer_input {
		min-width: 196px;
		width: calc(100% - 69px);
	}
}



/* light version */

html.light, html.light body {
  background-color: #fff;
  color: #525252;
}

html.light a {
	color: #000000; /* that was orange */
}

html.light a.orangelink {
	color: #ff8800;
}

html.light .white {
  color: #000;
}

html.light .black {
  color: #fff;
}

html.light .lightgray {
  color: #414141;
}

html.light .midgray {
  color: #888888;
}

html.light .green {
  color: #66CC66;
}

html.light .blue {
  color: #3399FF;
}

html.light .yellow {
  color: #cccc00;
}

html.light .orange {
	color: #000000; /* that was orange */
}

html.light .blackbg {
	background-color: #fff;
}

html.light .darkgraybg {
  background-color: #dcdcdc;
}

html.light .midgraybg {
  background-color: #888888;
}

html.light .orangebg {
	background-color: #000000; /* that was orange */
}

html.light .left_bar_block {
	background-color: #dcdcdc;
}

/* changing color for some log events */
html.light #action_log tr[bgcolor="#555555"], html.light #log_popup tr[bgcolor="#555555"] {
    color: #ffffff;
}

html.light #action_log tr[bgcolor="#6c6c6c"], html.light #log_popup tr[bgcolor="#6c6c6c"] {
    color: #000000;
}

html.light .timer_time::before {
	background-image:url(img/service_icons_black.png);
}

html.light .answer_input {
  background-color: #eeeeee;
  border-color: #bbbbbb;
  color: #000;
}

html.light .answer_input:focus {
	border-color: #000000; /* that was orange */
}

html.light .answer_input::-webkit-input-placeholder {
	color:#bbb;
}
html.light .answer_input::-moz-placeholder { 
	color:#bbb;
    opacity: 1;
}
html.light .answer_input:-moz-placeholder { 
	color:#bbb;
    opacity: 1;
}
html.light .answer_input::-ms-input-placeholder { 
	color:#bbb;
}

html.light #team_player_info {
  color: #000;
}

html.light #action_log table th, html.light #action_log table td {
  border-color: #bbbbbb;
}

html.light #action_log table th {
  color: #000;
}

html.light #action_log .event_up:before {
	color: #ff8800; /* that was orange */
}

html.light #tabs {
  border-color: #bbbbbb;
}

html.light .tab {
  color: #525252;
}

html.light .tab_counter {
  background-color: #dddddd;
}

html.light .tab.active {
	border-color: #ff8800; /* that was orange */
	background-color: #dddddd;
	color: #000000;
}

html.light .tab.active .tab_counter {
	background-color: #ffffff;
}

html.light .tab .tab_name:before {
	background-image:url(img/service_icons_black.png);
}

html.light .task_text b, html.light .task_text strong, html.light .bonus_text strong, html.light .bonus_text b {
  color: #000;
}

html.light #tabs_line {
  border-color: #bbbbbb;
}

html.light .white.message_author_org {
	color: #ffffff;
}

html.light .popup_close_holder {
	color: #000000; /* that was orange */
}

html.light .theme_label, html.light .refresh_label {
	border-color: #ccc;
}

html.light .theme_input:checked + .theme_label{
	border-color: #000000; /* that was orange */
}

html.light .refresh_input:checked + .refresh_label{
	border-color: #000000; /* that was orange */
}

html.light .popup_title.login_logo {
	background-position-y: top;
}

html.light #bonus_tab .task_spoiler.darkgraybg {
	background-color: #8f8f8f;
	color: #000;
}

.teamstat td, .teamstat th  {
	font-family : Arial;
	font-size : 12px;
	min-width : 50px;
}

.teamstat table, .teamstat table td, .teamstat table th {
  border: 1px solid white;
  border-collapse: collapse;
}

.teamstat table td, .teamstat table th {
	padding : 2px 2px 2px 2px;
}

#nf {
	color:#FF3300;
}
#ltime {
	color:#ffff66;
}
#ltime1 {
	color:#66CC66;
}
#ltime2 {
	color:#3399FF;
}

#tmname {
	color:#ff9900;
	text-align : left;
	font-weight : bold;
}