* {
  box-sizing: border-box; }

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, hr,
ol, ul {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font-family: BlinkMacSystemFont, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #525C66;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  padding: 30px 15px; }

@media (min-width: 480px) {
  body {
    padding: 30px; } }
/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, ul, ol {
  margin-bottom: 10px; }

/**
 * Images
 */
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

h1 {
  font-size: 22px;
  color: #3aaeda; }

h2 {
  font-size: 18px; }

/**
 * Links
 */
a {
  color: #3aaeda;
  text-decoration: none; }
  a:visited {
    color: #2082a8; }
  a:hover {
    color: #525C66;
    text-decoration: underline; }

/**
 * Clearfix
 */
.wrapper {
  margin: 0 auto;
  max-width: 550px; }

.main-header {
  margin-bottom: 40px; }

.site-titles {
  display: inline-block;
  font-size: 26px;
  font-weight: 500; }
  .site-title img {
    width: 220px;
    height: 40px; }

.post {
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #e3e6e9; }
  .post:first-child {
    padding-top: 15px;
    border-top: 0; }

.post-meta {
  color: #bbc2c9;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 10px; }

.status-pill,
.status-badge {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle; }

.status-pill {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 2px 5px;
  border-radius: 3px; }

.status-badge {
  border-radius: 50%;
  width: 12px;
  height: 12px; }

.status-ok {
  background-color: #67bd48; }

.status-low {
  background-color: #bbc2c9; }

.status-medium {
  background-color: #ffac52; }

.status-high {
  background-color: #fb6b5b; }

.line{
    width: 112px;
    height: 47px;
    border-bottom: 1px solid rgb(88, 84, 84);
    position: absolute;
    }

.system-message {
  color: #021121;
  font-size: 16px;
  font-weight: 400;
  padding: 15px;
  padding-left: 0px;
  margin-bottom: 45px;
  border-radius: 3px;
  position: relative; }

.schedule {
  color: #021121;
  padding: 0px;
  padding-left: 10px;
  margin-bottom: 0px;
  border-radius: 0px;
  position: relative; }

.divider {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  color: #bbc2c9; }


  a {color:#000000;}         /* Unvisited link  */
  a:visited {color:#000000;} /* Visited link    */
  a:hover {color:#0000000;}   /* Mouse over link */
  a:active {color:#000000;}  /* Selected link   */