﻿/*
 * Styling for memos
 */


.skedMessageWrapper {
  max-height: 700px;
  max-width: 9000px;
  min-height: 100px;
  min-width: 400px;
  overflow: auto;
  padding-bottom: 10px; 
}

.viewMessageLink {
  border: 1px solid;
  float: right;
  font-size: small;
  height: 100%;
  margin-bottom: 2px;
  padding: 2px;
  text-decoration: none;
}

.viewMessageLink:hover {
  background: #f1e5f1;
  text-decoration: none;
}

.messageTitle {
  color: #666666;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px;
}

.memoAttachment {
  margin-top: 10px;
}
