img 
{
	margin-left: auto;
	margin-right: auto;
}

.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;
}

.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;
}

@media print
{
	.item 
	{
		display: none !important;
	}
	
	.print-column 
	{
		display: block;
	}
}


