	.container { 
		width:360px;
	}

	a {
		display: inline-block;
		width: 100%;
		text-decoration: none;
		border: none;
	}

	a:active, a:focus {
		outline: 0;
		border: none;
		-moz-outline-style: none;
	}

	button { 
		width:200px;
	}
	
	.sectionhead {
		font-weight:bold;
	}


	.panel-heading {
		color:blue;
		font-weight: bold;
	}

	.panel-title {
		color:rgb(30, 109, 189)
	}

	.datahead {
		font-size:11pt;
	}

	.datatable {
		font-size:10pt;
	}

	.hide {
		display:none;
	}

	button {
		width: 100%
	}

	#opthead {
		font-weight: bold;
	}

	hr { 
		margin: 0em;
		border-width: 1px;
	} 

	.phone {
		width:360px;
	}
	.width {
		width:220px;
	}
	
	.centervalue {
		text-align: center;
	}

	.sumcolplus {
		text-align: right;
		color: green;		
	}

	.sumcolstd {
		text-align: right;
	}

	.sumcolminus {
		text-align: right;
		color: red;
	}
	
	.sumcol {
		text-align: right;
		font-weight: bold;
	}
	.sumcoltce {
		text-align: right;
		font-weight: bold;
		color: blue;
		font-size: 12pt;
	}

	.explabel {
		text-align: right;
	}
	
	.sumrow {
		font-weight:bold;
		background-color:#F1F1F1
	}
	
	
	
	
	
