.account h2 {
  font-size: 24px;
  line-height: 1em;
}
.login a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: .2s ease;
}
.login a:hover {
  color: #16a4d6;
}

/*.request-info {}
.request-info-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin: .5em 0;
}
.request-info strong,
.request-info-item span {
  font-size: 14px;
  line-height: 1em;
}
.request-info strong {
  font-weight: 600;
}
.request-info-item i {
  flex: 1;
  margin: 0 5px;
  border-bottom: 1px dotted #ddd;
}
.request-info-item span {
  flex: 0 0 300px;
}*/
.request-info-item {
  font-size: 12px;
  color: #666;
  line-height: 1.5em;
}
.request-messages {
  margin: 2em 0 0;
  padding: 1em;
  border: 1px solid #ddd;
}
.request-messages-item {
  padding: 0;
  margin-bottom: 1em;
}
.request-messages-item:last-child {
  margin-bottom: 0;
}
.request-messages-item.we {
  padding: 1em;
  border-left: 5px solid #16a4d6;
  background: #16a4d622;
}
.request-messages-item .header {
  margin-bottom: 1em;
}
.request-messages-item .header .author {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 500;
  margin-bottom: .3em;
}
.request-messages-item .header .date {
  font-size: 14px;
  line-height: 1em;
  font-weight: 300;
  color: #666;
}
.request-messages-item .message {
  font-size: 14px;
  line-height: 1.5em;
  margin: 1em 0 0;
}
.request-messages-item .attachments {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.request-messages-item .attachments-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  margin-top: 5px;
  padding: 7px 10px;
  background: #eee;
  color: #333;
  text-decoration: none;
  transition: .2s ease;
  border-radius: 3px;
}
.request-messages-item .attachments-item:hover {
  background: #16a4d6;
}
.request-messages-item .attachments-item:hover svg,
.request-messages-item .attachments-item:hover span {
  color: #fff;
}
.request-messages-item .attachments-item:last-child {
  margin-right: 0;
}
.request-messages-item .attachments-item svg {
  margin-right: 10px;
  color: #ccc;
}
.request-messages-item .attachments-item span {
  font-size: 14px;
  line-height: 1em;
}
.request-messages-item p {
  margin: 1em 0 5px;
}
.request-messages-item p strong {
  font-size: 14px;
  font-weight: 600;
}
.request-message {
  margin: 2em 0 0;
}
.request-messages-item i {
  display: block;
  margin: 3px 0;
  font-size: 12px;
  line-height: 1em;
  color: #666;
}

#files h3 {
  font-size: 18px;
  line-height: 1em;
  margin: 0 0 1em;
}
.file-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 1em;
  position: relative;
  cursor: pointer;
}
.file-label input {
  display: none;
}
.file-label svg {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  color: #16a4d6;
  line-height: 1em;
}
.file-label button {
  cursor: pointer;
  flex: 0 0 14px;
  height: 14px;
  padding: 0;
  margin: 0;
  margin-left: 10px;
  background: transparent;
  border: 0;
}
.file-label span {
  flex: 1;
  max-width: 600px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1em;
  padding: 10px 0;
  color: #666;
}
.file-label span small {
  line-height: 1em;
}
#files .file-label {
  border-bottom: 1px solid #16a4d6;
  margin: 0;
}