img 
{
	margin-left: auto;
	margin-right: auto;
}

/* Activity one and two */

.carousel-inner img 
{
	margin-bottom: 20px;
}

.carousel-caption {
    padding-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 55px;
    border-radius: 6px;
    padding-top: 15px;
    margin-left: auto;
    margin-right: auto;
    top: 10px;
    position: absolute;
    max-height: 55px;
}

.carousel-caption h4
{
	margin-bottom: 0px;
}

.hint-btn
{
	margin-bottom: 20px;
}

.hint h4
{
	text-align: center;
	margin-bottom: 0px;
}

.item .well 
{
	margin-bottom: 20px;
}

#section-1 .hint, #section-2 .hint
{
	margin-top: 0px;
}

.table
{
	margin: 20px 0px 0px 0px;
}

thead th 
{
	color: #fff;
}

.table>tbody>tr>td:nth-child(2)
{
	padding: 10px;
}

.table .text-entry 
{
	min-height: 50px;
	border: none;
	margin: 0px;
}

.print-column
{
	display: none;
}

/* Activity three */
.lyric
{
	text-align: center;
	margin-top: 20px;
}



[contenteditable=true]:empty:before 
{
    color: #3d3c41;
}

@media print
{
	.item 
	{
		display: none !important;
	}
	
	.print-column 
	{
		display: block;
	}
}