
div.header{
font-size:14px;
padding-left:10px;
justify-content:flex-end;
width:900px;

}


h2{
	color:#244289;
}
a{
    color:#00bfff;
}
span{
	color: red;
	font-size:12px;	
}
.caption{
    color:#ff6a00;
}
h3{
	color:#1d428a;
	font-size:18px;
    padding-left:15px;
}
.note{
    font-size:12px;
    font-style:italic;
}
tr,td{
	padding-bottom:5px;
}
.TextWrapLabel {
    
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    color: #7c868d;
    font-family:Arial,Helvetica,Verdana,sans-serif;
    font-size: 13px;
}

/*.border{
      border:5px solid #f1f2f3;      
      border-radius:15px;
      line-height: 1px;
      padding-left:100px;
}

.country{
    padding-left:100px;
}*/
table{
    padding-left:10px;
    font-size:14px;
}

input[type="file"] {
    align-items: baseline;
    color: inherit;
    text-align: start;
}


select{
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family:Arial,Helvetica,Verdana,sans-serif;
    width:150px;
     line-height:25px;
} 
.droplist select{
     -webkit-appearance: none; 
     
    background:url(../Images/dropdown.png) no-repeat right center;
    
}
.MiddleContainer {
    box-shadow: 0 0 5px #ddd;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 520px;
    height:230px;
    position: inherit;
    padding: 10px 10px 15px 15px;
    overflow-wrap: inherit;
    overflow-wrap: initial;
}
    
