
#app_panel {
	width: 1000px; /**1160px;**/
	padding-top: 5px;
	height: 400px;
}

#header_panel {
	width: 100%;
	height: 50px;
	margin-bottom: 5px;
	background: #04634B; /**#2B547E;**/
}


#instructions_panel {
	float: left;
	margin: 5px 0 0 5px;
	width: 250px;
	height: 330px;
	/**background: black;**/ 
}

#findthephrase_panel {
	float: left;
	width: /**930px;**/ /**820px;**/ 1160px;
	height: 330px;
	/**border: 1px solid #212121;**/
	margin-left: auto;
}

#buttons_panel {
	width: 100%;
	height: 50px;
	background: #04634B;
	float: left;
	margin-top: 10px;
}

#sortable_left li  {
	cursor: pointer;
	/**background: #2B547E;**/
	border-radius: 2px;
	/**color: #FFFFFF;**/
	height: 16px;
}

#sortable_middle li {
	background: #A8D4FF;
	border-radius: 2px;
	height: 16px;
}

#sortable_right li {
	background: #2B547E;
	color: #FFFFFF;
	height: 16px;
}

.blue {
	background: #2B547E !important;
	color: #FFFFFF;
	opacity: 1;
	cursor: pointer;
}

.sortable, .connected {
	float: left;
	width: 380px;
	min-height: 100px;
	font-size: 12px;
	font-family: Tahoma;
	padding-left: 0px;
	margin-top: 0px;
}

.sortable li , .list li {
	border: 1px solid #000;
	width: 360px;
	margin: 5px;
	padding: 5px;
}

li {
	list-style: none;
}

li.sortable-placeholder {
	border: 1px dashed #212121;
	background: none;
	min-height: 15px;
}

#sortable_left .over {
	/**border: 2px dashed #000;**/
}

.over {
	background: #2B547E !important;
	font-weight: bold;
	color: black;
	opacity: 0.9 !important;
}


#scores
{
	width: 290px;
	text-align: left;
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
	font-size: 14px !important;
	color: #000 !important;
	overflow-y: auto;
	height: 280px;
	margin-top: 5px;
}

#scores-title {
	color: #47a8c1;
	float: left;
	text-align: center;
	font-weight: bold;
	width: 100%; 
}

#scores_table {
	width: 100%;
}

#scores_table td {
	font-size: 12px !important;
	color: #212121;
	margin: 0 !important;
	padding: 0 !important;
	font-weight: normal !important;
	
}

#scores_table th {
	font-size: 14px !important;
}

.position_heading {
	width: 20%;
}

.username_heading {
	width: 50%;
	text-align: left;
}

.score_heading {
	width: 30%;
}

.username {
	text-align: left;
}

#header_title {
	float: left;
	width: 740px; /**820px;**/
	height: 100%;
}

#header_title #title {
	/**margin-left: 10px;**/
	margin-top: 7px;
	color: #ffffff;
	width: 59%;
	float: left;
	padding-left: 10px;
	text-shadow: 1px 1px 0 #000000;
	font-family: Arial;
	font-size: 14px;
}

#clock {
	width: 39%;
	float: left;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.3em;
}

#minutes , #seconds, #separator {
	font-weight: bold;
	position: relative;
	top: -10px;
}

#separator {
	margin-left: -5px;
	margin-right: -5px;
}



.textDiv_Days, .textDiv_Hours {
	display: none !important;
}


#scores_panel {
	float:left;
	text-align: center;
	width: 260px; /**340px;**/
	height: 100%;
	color: #FFFFFF;
}

#scores_panel span {
	/**margin-right: 5px;**/
	font-size: 16px;
}

#scorePercentage {
	font-size: 22px;
	font-weight: bold;
}


#buttons_left {
	float: left;
	width: 680px; /**760px;**/
	text-align: center;
}

#buttons_right {
	float: left;
	width: 320px; /**400px;**/
	text-align: center;
}

.rounded_button {
	cursor: pointer;
	margin: 5px;
	padding: 10px 20px;
	background: #2daebf;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.rounded_button:hover {
	background: #212121 !important;
}

#submitscore {
	/**display: none;**/
	color: #000000;
}

#submitscore:hover {
	/**display: none;**/
	color: #FFFFFF;
}

#checkgame {
	background: #ffb515;
	float: right;
	margin-right: 20px;
	color: #212121;
}

#checkgame:hover {
	color: #FFFFFF;
}

#newgame {
	display: none;
}

#helping_bar {
	float: left;
	width: 100%;
}

#words_list {
	width: 170px;
	padding-left: 20px;
	font-size: 12px;
	float: left;
}

#complete_phrases_list {
	float: left;
}
