﻿.ListLine_content  {  
    float: right;
    display: inline-block;
    width: 85%;
    text-align: left;
}

.ListLine_actions {
    margin-left: 5px;
    width: 15%;
    float: right;
}
   
.ListLine {
    padding: 5px;
    border-bottom: 1px solid #DDD;
}
/* clear fix for contained floats */
.ListLine:before,
.ListLine:after {
  display: table;
  content: "";
}
.ListLine:after {
  clear: both;
}

.ListRecords > .ListLine:first-child,
.ListRecords span:first-child .ListLine,
.ListLine.First {
    margin-top: 0;
}
.ListRecords > .ListLine:last-child,
.ListRecords span:last-child .ListLine,
.ListLine.Last {
    margin-bottom: 0;
    border:none;
}

.ListLine:hover {
    background-color: #F3F8FF;
}
.ListLine .Actions {
    float: right;
    display: none;
    font-size: 11px;


}
.ListLine:hover .Actions {
    display:block;
}

.Panel .ListLine {
    padding: 5px 10px;
}
