@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
 
.isa_info, .isa_success, .isa_warning, .isa_error {
margin: 10px 0px;
padding:12px;
}
.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
}
.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.isa_error {
    color: #D8000C;
    background-color: #FFD2D2;
}
.isa_info i, .isa_success i, .isa_warning i, .isa_error i {
    margin:10px 22px;
    font-size:2em;
    vertical-align:middle;
}
html {
	visibility: visible;
}
#resume_titletd {
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
}

#resume_td1 {
	border-style: none;
	border-width: medium;
}

#resume_td2 {
	border-bottom-style: none;
	border-bottom-width: medium;
}

#resume_td3 {
	border-left-style: none;
	border-left-width: medium;
	border-right-style: none;
	border-right-width: medium;
	border-bottom-style: none;
	border-bottom-width: medium;
}

#resume_td4 {
	border-style: solid;
	border-width: 1;
}

#resume_td5 {
	border-bottom-style: none;
	border-bottom-width: medium;
	border-top-style: none;
	border-top-width: medium;
}

#resume_td6 {
	border-left-style: none;
	border-left-width: medium;
	border-right-style: none;
	border-right-width: medium;
	border-top-style: none;
	border-top-width: medium;
}

#resume_input1 {
	font-size: 10pt;
	color: #000080;
	background-color: #FFFFCC;
}

#resume_input_clear {
	background-color: #000000;
	color: #FFFFFF;
}

#resume_textarea {
	resize: vertical;
	font-size: 10pt;
	color: #000080;
	background-color: #FFFFCC;
}

#resume_code_input {
	font-size: 10pt;
	color: #000080;
	background-color: #DDDDDD;
}

#resume_table1 {
	border-collapse: collapse;
}

.resume-alert {
	border-color: #aa0000;
}
.resume-button {
	background-color: lightgrey;
	height: 25px;
}

.submission-status {
	font-family: Times New Roman;
	margin-top: 10px;
}
.submission-status .title {
	font-size: 20pt;
}