#container {
	margin: 0 auto ;
	width: 960px ;
	padding: 0 0px ;
	text-align: left;
}
/* #container h1 {
	clear: both;
}
#container > div {
	margin: 0 10px ;
}
#container > h1 {
	margin-right: 10px ;
	margin-left: 10px ;
}
#container > h2 {
	margin-right: 10px ;
	margin-left: 10px ;
} */

/* #container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
} */

.licSearchMain {
	margin-left: 15%;
	margin-right: 15%;
}

.licenceSection {
    /* width: 50%; */
    border: 1px solid #2d2d2d;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.licenceSection-div {
    padding: 12px;
    display: inline-block;
}

#navcontainerTest ul
{
margin: 0;
padding: 0;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0.5em;
padding-left:11px;
list-style-type: none;
list-style-position: outside;
list-style-image:none;
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
}

#navcontainerTest ul li { display: inline; }

#navcontainerTest ul li a
{
border-right-color:#eee;
border-right-width:1px; 
border-right-style:solid;
float:left;
display:block;
background-image:none;
background-attachment:scroll; 
background-repeat:repaeat;
background-position-x:0%;
background-position-y:0%;
background-size:auto;
background-origin:padding-box;
text-decoration: none;
padding-top:2px;
padding-bottom:2px;
padding-left:12px;
padding-right:12px;
color: #003399;
background-clip:border-box;
background-color: rgb(220, 229, 234);
}

#navcontainerTest ul li a:hover
{
color: #fff;
background-color: #369;
}

.licSearchTable {
    /* border:0;  */
    padding: 0; 
    width: 98%;
    border-collapse: collapse;
}

.licSearchTable tr {
    /* border:1px solid black; */
    border-bottom: 1px solid #DBE3EB;
}

.licSearchTable tr th:first-child {
    border-bottom: 1px solid #FFF;
}




/* style the first column of ippc-view */
.licSearchViewTable {
    padding: 0; 
    width: 90%;
    border-collapse: collapse; 
    display: table;
}


.licSearchViewTable tbody tr th:first-child {
    border: 1px solid #fff;
}

.licSearchViewTable tbody tr td{
    border-bottom: 1px solid #DBE3EB !important;
}

.tblDecision {
    padding: 0; 
    width: 90%;
    border-collapse: collapse; 
    display: table;
}


.tblDecision tbody tr td {
    width: 30%;
    border-bottom: 1px solid #DBE3EB;
}

.tblDecision tbody tr th:first-child {
    width: 70%;
    border-bottom: 1px solid #FFF;
}

UL.license-s-docs1 {
PADDING-BOTTOM: 0px;
MARGIN: 0px; 
PADDING-LEFT: 0px;
WIDTH: 100%; 
PADDING-RIGHT: 0px;
FLOAT: left; 
PADDING-TOP: 0px;
list-style:none;
}
UL.license-s-docs1 LI {
TEXT-ALIGN: center;
PADDING-BOTTOM: 0px; 
MARGIN: 0px; 
PADDING-LEFT: 0px; 
WIDTH: 45%; 
PADDING-RIGHT: 0px; 
BACKGROUND: #fff; 
FLOAT: left; 
PADDING-TOP: 0px;
list-style:none;
}
UL.license-s-docs1 LI A {
BORDER-BOTTOM: #000 1px solid; 
BORDER-LEFT: #000 1px solid; 
PADDING-BOTTOM: 4px;
MARGIN: 0px 0px 10px 10px; 
PADDING-LEFT: 0px;
PADDING-RIGHT: 0px; 
DISPLAY: block;
BACKGROUND: #006699;
COLOR: #fff;
BORDER-TOP: #000 1px solid; 
FONT-WEIGHT: bold; 
BORDER-RIGHT: #000 1px solid; 
TEXT-DECORATION: none; 
PADDING-TOP: 4px;
list-style:none;
}


/* Forms for licensing */


.form-wrapper {
	padding: 25px 20px 10px 5px;
	border-top: 1px solid #AAA;
}

	#maincontent .form-wrapper h2 {
		margin: 0;
	}

	#contents .form-wrapper p {
		margin: 0;
		font-size: 0.9em;
	}

.form-group {
	float: left;
	width: 100%;
	vertical-align: middle;
	padding: 5px 0 5px 0;
}

	.form-label {
		float: left;
		width: 12%;
		text-align: left;
  margin-left: 10px;
  font-size: 12px;
	}

	.form-input {
		float: right;
		width: 74%;
	}

		.form-input .textinput {
			width: 230px;
		}

		.form-input select {
			width: 250px;
		}

.form-select select { 
	width: 300px; 	
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('/media/epa-2020/site-assets/images/icon/slate-grey-dropdown-arrow.svg') no-repeat right center;
}

.form-btn {
	margin: 0;
	text-align: right;
}
	.form-btn input {
		width: 14em;
	}
