﻿.bulletinBoardTitle {
    display: inline;
    font-weight: bold;
}

.bulletinBoardTitle:after { 
    content: " : " 
}

.bulletinBoardDescription {
    display: inline;
}
.bulletinBoardStatus {
    float: right;
    font-size: x-small;
}

.alert-dismissed {
    opacity: 0.6;
}

.alert-high-priority {
  background-color: #FFFFFF;
  border-width: medium;
  border-color: #F79649;
  color: #000000;
}
.alert-medium-priority {
  background-color: #FFFFFF;
  border-width: medium;
  border-color: #FFE34F;
  color: #000000;
}
.alert-low-priority {
    background-color: #BDB7B2;
    border-color: #BDB7B2;
    color: #000000;
}
.alert-system-message-high {
  background-color: #EEA5A5;
  border-width: medium;
  border-color: #EEA5A5;
  color: #000000;
}
.alert-system-message-medium {
  background-color: #A3D39B;
  border-width: medium;
  border-color: #A3D39B;
  color: #000000;
}
.alert-system-message-low {
  background-color: #AEE0ED;
  border-width: medium;
  border-color: #AEE0ED;
  color: #000000;
}
.alert-transaction-message-high {
  background-color: none;
  border-width: medium;
  border-color: #EEA5A5;
  color: #000000;
}
.alert-transaction-message-medium {
  background-color: none;
  border-width: medium;
  border-color: #A3D39B;
  color: #000000;
}
.alert-transaction-message-low {
  background-color: none;
  border-width: medium;
  border-color: #AEE0ED;
  color: #000000;
}