}
#template iframe,
#template object,
#template embed {
    max-width: 100%;
}



/*main*/

#template{
	max-width:690px;
	margin:0 auto;
	width:100%;
}

#template #main-content {
    border: 1px solid #ea5c37;
    display: inline;
    float: left;
    font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
    margin: 30px 0px 0px 0px;
    width: 690px;
}



/*claim*/

#template #main-content .claim {
	padding: 20px 20px 20px 20px;
	margin: 20px 20px 20px 20px;
	}



/*job_name*/

#jobTitle {
	text-align: center;
	padding: 15px 0px 15px 0px;
	}

#jobTitle h1 {
	color: #3b352e;
    font: bold 22px 'Playfair Display', Arial, Helvetica, sans-serif;
    text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 5px 20px;
	}

#main-content #jobTitle span {
	font-size: 14px;
	font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

/*fields*/

#template #txt-description {
    color: #000000;
    font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
	font-size: 14px;
    line-height: 140%;
    margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#template #required-skills {
    color: #000000;
    font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
	font-size: 14px;
    line-height: 140%;
    margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#template #txt-description p strong{
	color:#3b352e;
	font-size:15px;
}
#template #required-skills p strong{
	color:#3b352e;
	font-size:15px;
}
#main-content div ul {
    list-style: disc;
     margin-left: 40px; /* Indents the list to the right of the paragraph */
    padding: 5px 0px 5px 0px;
}



#main-content div ul > li::marker
 {
    color: #ea5c37;
	font-size: 14px;
    border-radius: 15px;
    font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
    line-height: 140%;
}
p {
    margin-right: 20px; /* Adjust as necessary */
}

/* Styling for the unordered list */
#template ul {
    margin-left: 40px; /* Indents the list to the right of the paragraph */
    padding-left: 0;   /* Removes default padding */
}


/*apply_info*/

#apply_info {
	background: #ea5c37;
	color: #ffffff;
	font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 20px 8px 20px;
	margin: 15px 20px 15px 20px;
	text-align: center;
}
#apply_info_container {
	padding: 0px 0px 30px 0px;
}

/*other*/

#main-content p, #main-content span {
    line-height: 140%;
	color: #000000;
	font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
	font-size: 13px;
}
