/*
	Basic styles for Omnilert Messages
	Author: Kimberly Norris
*/

.omnilert-content {
  bottom:0;
  position: fixed;
  width: 100%;
}

.sc-smartboard-item {
  background:#dd0330;
  width: 100%;
}

.SmartBoard_Table {
  width: 98%;
  border: 0px!important;
  color: #000;
  font-family: sans-serif;
  font-size: 16px;
/*  font-size: 1.6rem; */
  line-height: 1.65;
  margin: 1%;
}

.SmartBoard_Table table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
  word-break: normal;
  border: 0px solid #dd0330;
  padding: 0;
}

.SmartBoard_Table tbody,
.SmartBoard_Table td,
.SmartBoard_Table tr {
  border: 0px!important;
  padding: 0;
}

.SmartBoard_Row {
  width: 100%;
  background:#dd0330!important;
}

.sc-smartboard-subject {
  text-align: center;
  font-size: 20px;
  font-family: sans-serif;
/*  font-size: 2.2rem; */
  font-weight: bold;
  text-transform: uppercase;
  color:#ffffff;
  padding:10px 0px 0px 0px;
}

.sc-smartboard-datetime {
  display:none;
  text-align: center;
  font-size: 16px;
/*  font-size: 1.6rem; */
  font-weight: normal;
  font-style: italic;
}

.sc-smartboard-message {
  text-align: center;
  font-size: 15px;
/*  font-size: 1.6rem; */
  font-weight: 500;
  padding:10px;
  padding-top:0px;
  color:#ffffff;
  line-height: 20px;
  /* margin-left: 5%;
  margin-right: 5%; */
}

.SmartBoard_Subject {
  text-align: center;
  font-size: 24px;
/*  font-size: 2.2rem; */
  font-weight: bold;
  font-family: sans-serif;
  text-transform: uppercase;
  color:#ffffff;
}

.SmartBoard_DateTime {
  display:none;
  text-align: center;
  font-size: 16px;
/*  font-size: 1.6rem; */
  font-weight: normal;
  font-style: italic;
}

.SmartBoard_Message {
  text-align: center;
  font-size: 20px;
/*  font-size: 1.6rem; */
  font-weight: 500;
  color:#ffffff;
}

@media only screen and (max-width: 800px) {
 /*
  .SmartBoard_Table td {
    display: block;
    text-align: center;
    width: 100%;
  }
*/
	
  .sc-smartboard-item td {
    display: block;
    text-align: center;
    width: 100%;
  }
}

