.expr_img {
    margin-top: 20px;
}
#deptreview {
    border-radius: 25px;
    background: #be614b;
    width: 160px;
    height: 25px;
    text-align: center;
    font-size: 15px;
    float: right;
}
#deptreview a{
  color: #fff;
  text-decoration: none;

}

#exprbacktolist {
    border-radius: 25px;
    background: #be614b;
    width: 100px;
    height: 25px;
    text-align: center;
    font-size: 15px;
    float: right;
}
#exprbacktolist a{
  color: #fff;
  text-decoration: none;

}
.exprf1{
float:left;
width:100%;
}
.exprf1 select.form-select {
    margin: 2px 0px 0px 0px;
    width:300px;
}

.exprf1 input[type="text"], input[type="file"], select {
    width: 300px;
    padding: 12px 10px;
    margin: 2px 0px 0px 0px;
    box-sizing: border-box;
    float: right;
}

.exprf1 input[type="file"], select {
    width: 300px;
    padding: 12px 10px;
    margin: 2px 9px;
    box-sizing: border-box;
    float: right;
}
.exprfile{
float:left;
width:90%;
}

.exprfile input[type="text"] {
width:200px;
padding: 12px 10px;
margin: 5px 0px;
box-sizing: border-box;
float: right;
}

.exprdeletesign{
margin:0px -200px 0px 0px;
float:right;
width:30%;
font-size:11px;
}

.exprfieldspart2{
width:14.8%;
border: 1px solid #fff;
float:left;
height:40px;
color: #fff;
text-align: center;
background-color: #be614b;
}
.exprfieldspart2 span{
 color: #fff;
 text-align: center;
 padding: 5px;

}
.exprfieldsinput2{
width:14.8%;
border: 1px solid #fff;
float:left;
height:40px;
text-align: center;
background-color: #eee;
}
.exprfieldsinput2 span{
padding-left: 10px;
 text-align: center;

}
.exprfieldsinput2 input[type="text"]{
 text-align: center;
 padding: 5px;
 margin-top: 5px;
 width:150px;

}

	