.alarm-table{
    table-layout: fixed;
}

.alarm-table thead tr th {  
  cursor: pointer;
}

.alarm-line {
    overflow:hidden;
    margin:0.1px;
    padding:0.1px;
    padding-left:2px;
    text-align:left;
    height:25px;
    border-radius:0.1px;
    width:auto;
    min-width:500px;
    resize:horizontal;
    margin:2px;   
}

.alarm-headline {
  margin-Left:20px;
  margin-top:8px;
  margin-bottom:8px;
  font-size: 25px;
  font-weight:  200;
  margin-right: -15px;
  width: auto;
  padding: 10px 0px 15px 0px;
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
  display: block;
}

.alarm-paging {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    right: 0;
    left: auto;
}

.clickable:hover, .clickable:hover > td
{
    background-color: #ffff00 !important;
    cursor: pointer;
}
