#container {
	border: 12px solid #008A00;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;

}

table tr td {
	padding: 3px;
}

.align_left {
	text-align: left !important;
}

.linkButton {
	background: none;
	border: none;
	color: #0066ff;
	text-decoration: underline;
	cursor: pointer;
}
  .inputfield td:first-child{
	width:150%;
}


td {
  word-break: break-all;
	}
	
.error-box {
    border: 1px solid #ddd;
    border-radius: 6px;
	box-shadow: 2px 9px 9px -4px rgba(0,0,0,0.48);
    margin: auto;
    width: 80%;
}
  