
.XTendersContentInfo {
	font-size: 16px;
	color: #000 ;
}


.form-group {
    margin-bottom: 11px;
}

.XTendersClearBoth {
    clear: both;
}

.XTendersTable tr th {
    font-size: 16px;
    background: #ddd;
    padding: 10px 10px;
    border: 1px #fff solid;
    font-weight: 600;
}

.XTendersTable tr td {
    font-size: 16px;
    border: 1px #ddd solid;
    padding: 10px;
}


.XTendersTable tr th:first-child {
    border-left: 1px #ddd solid;
}

h1 {
    padding-bottom: 20px;
}

h4 {
    font-weight: 600;
}

.MainContent ol ul {
    padding-top: 10px;
    list-style-type: disc;
}

.MainContent li {
    padding-bottom: 5px;
}

p {
    line-height: 24px;
    text-align: justify;
}

input[type="radio"], input[type="checkbox"] {
	margin-right:10px;
}

.XTendersContentInfo {
	padding: 20px 50px;
}

@media(max-width :480px)
{
	.XTendersContentInfo{
		padding: 10px;
	}
	
	.MainContent > .container {
		 padding-left: 5px;
   		 padding-right: 5px;
	}
	
}


