.activity-controls
{
	text-align: left;
}

#print-btn
{
	display: none;
}

.content-container h3
{
	margin-top: 0px;
}

.timetable>thead>tr>th, .timetable>tbody>tr>td
{
	padding: 8px
}

.timetable>tbody>tr>td:first-child
{
	background-color: rgba(0,101,117,1);
	color: #fff;
	font-weight: bold;
}

.timetable>tbody>tr:nth-child(3), .timetable>tbody>tr:nth-child(4)
{
	color: rgba(216,116,104,1);	
}

.timetable>tbody>tr:nth-child(6)
{
	color: #5ac6a2;
}

/* sentence activity */
.question h2 {
	margin-top:0;
	color: #fff;
}

#sentence-question.question {
  background: rgba(0, 101, 117, 0.8);
}

.question.correct {
   background: #4caf50!important;
}

.question.incorrect {
   background: #e53935!important;
}

.question.correct h2, .question.incorrect h2 {
  color: #FFF;
}

.question .glyphicon {
  color: #FFF;
  font-size: 22px;
}

.neu
{
	font-weight: bold;
}

#ateb p
{
	font-size: 20px;
}

#end-message h2 {
  margin: 0;
}

#sentence-question [data-audio]{
	color:#FFF;
}

#sentence-question [data-audio]:hover{
/*	color:#2D3E50;*/
}

#feedback {
	display:none;
}

#timetable-img {
	margin-bottom:2em;
}

[data-audio]:hover:after {
	color: #2D3E50;
}

.green
{
	color: #5ac6a2;
}

.english
{
	font-weight: 600;
    color: rgb(222, 140, 130);
}

.tooltip
{
	font-size: 20px;
}

.tooltip > .tooltip-inner
{
	background-color: rgba(222, 140, 130, 1);
}

.tooltip.top > .tooltip-arrow 
{
	border-top: 5px solid rgba(222, 140, 130, 1);
}

@media(max-width: 1024px)
{
	.table>thead>tr>th, .table>tbody>tr>td
	{
		font-size: 14px;
	}
}
