#emailBody {
  background: #1a3057;
  line-height: 1.5em;
  color: #000;
  position: relative;
    top: -14px;
}
.titleInstruction {
  margin: 1em auto 1em auto;
  padding: 0.5em;
  font-size: 18px;
  text-shadow: 0.5px 0.5px #000;
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 5px;
}

.message p {
  margin-bottom: 1em;
  font-size: 1.2em;
  text-align: left;
}
.tool-box a {
  color: #7b0909;
  text-decoration: none;
  transition-duration: .3s;
}
.tool-box a:hover {
  color: #1c0202;
  transition-duration: .05s;
  text-decoration: none;
}
.circle-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border: 2px solid #B4BBC1;
  border-radius: 100px;
  font-size: 14px;
  color: #B4BBC1;
  cursor: pointer;
  display: block;
  float: left;
}
.circle-icon.small {
  height: 25px;
  width: 25px;
  line-height: 23px;
  font-size: 11px;
}
.circle-icon:hover {
  color: #57636C;
  border-color: #57636C;
}
#main .header {
 padding: 2% 15%;

}
#message {
  padding: 50px 30px;
  background: #EFEFEF;
}

#email-date{
  margin-bottom: 1em;
    text-align: left;
    padding-left: 3em;
}
#message a{
    color: #7b0909;
    text-decoration: none;
    transition-duration: .3s;
}
#message .message-container {
  padding: 0 30px;
}
/*EMAIL CONTENT
*/
#emailContent {
  padding: 25px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #FFF;
  margin: 0 0 30px 0;
  position: relative;
}
#emailContent .details {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  overflow: hidden;
}
#emailContent .details .left {
  float: left;
  font-weight: 600;
  color: #888;
  transition-duration: .3s;
}
#emailContent .message p:last-child {
  margin-bottom: 0;
}
#emailContent:hover .tool-box .red-hover {
  color: #D23B3D;
  border-color: #D23B3D;
}
#emailContent:hover .tool-box .red-hover:hover {
  color: #791C1E;
  border-color: #791C1E;
}
#emailContent .tool-box {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0px solid #DDDFE1;
  border-top-width: 1px;
  border-left-width: 1px;
  padding: 8px 10px;
  transition-duration: .3s;
}
#emailContent .tool-box a {
  margin-right: 10px;
}
#emailContent .tool-box a:last-child {
  margin-right: 0;
}
