﻿.attachmentList {
  min-height: 100px;
}
.attachmentoptions {
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
.attachmentoptions:hover {
  background-color: #174A63;
}
.attachmentoptions:hover:before {
  color: #fff !important;
}
.attachmentoptions:before {
  font-size: 18px !important;
  position: relative;
  top: 3px;
}