/* Base style */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  /* line-height: 1.42857; */
  line-height: 1.3;
  color: #333333;
  background-color: #fff;
  margin: 2px;
}

a {
  color: #333333; 
  text-decoration: none; 
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; 
}
a:focus {
    outline: thin dotted;
}

img {
    border: 0;
}

/* Widget styling */

#widget {
    border: 2px solid #0b0c0c;
    position: relative;
}

#title-bar {
    color: white;
    background-color: #0b0c0c;
    text-align: center;
    position: relative;
}

#title-box {
    display: table;
    width: 100%;
}

#title {
    padding: 2px;
    font-weight: bold;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

#timestamp {
    font-size: 80%;
    width: 100%;
    bottom: 0px; 
    position: absolute;
}

.colour-severe {
    color: white;
    background-color: #e3000f;
}

.colour-warning {
    color: white;
    background-color: #e3000f;
}

.colour-alert {
    background-color: #f18700;
}

.alert {
    text-align: center;
}

.alert-box {
}

.alert-count {
    vertical-align: middle;
    font-size: 22pt;
    display: inline-block;
}

.fade {
    color: #d3d3d3;
}

.alert-img {
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}

.alert-message {
    display: none;
    margin-top: 2px;
}

#notifications-box {
    border-bottom: 1px solid;
}

#message-box {
/*    border-top: 1px solid; */
    font-size: 90%;
    width: 100%;
    bottom: 0px;
    position: absolute;
    display: table;
}

.message {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.col {
    width: 33.33%;
}