body
{background-color:#95D3FA;font-family: 'Open Sans',Verdana;}

.container 
	{
		width:90% !important;
		
		margin:0 auto;
		background-color:white;
		border:solid 5px #07639c;
		border-radius:20px;
		text-align: center;
	}
#email
	{
		padding:10px;
		color:#666666;
	}
.desc
	{
		color:#666666;
	}		
input
	{
		text-align: center;
		/*font-size:20px !important;*/
	}	
p
	{
		margin:20px !important;
	}	
.choose_file
	{
		padding:10px;
		background-color:#c5e7fc;
	}	
#txt
	{
		width:80%;
	}	
table
	{
		margin: 0 auto;
		width: 80% !important;
	}
	/* Sortable tables */
table.sortable thead {
    background-color:#064a75;

    color:white;
    font-weight: bold;
    cursor: default;
}