* {
    font-family: verdana;
    font-size: 13px;
}
.lostdetailold, .lostdetailnew, .heading, .subheading {
    width: 50%;
    text-align: center;
}
.heading, .subheading {
    font-size: 1.6em;
    font-weight: bold;
    text-decoration: underline;
    padding: 20px;
    padding-bottom:0px;
}
.subheading {
    font-size: 1em;
    padding-top: 0px;
    padding-bottom:20px;
}
.lostdetailold, .lostdetailnew {
    font-size: 1.3em;
    background-color: #808AAF;
    color: white;
}
.lostableleft, .lostableright {
    width: 100%;
}
td.losnumberleft, td.losnumberright, td.losdescleft, td.losdescright {
    border-bottom:1px solid;
}
td.losnumberleft, td.losnumberright {
    border-bottom:1px solid;
    border-right: 1px solid;
}
.losnumberleft, .losnumberright {
    font-weight: bold;
    width: 20px;
    text-align:left;
}
.losdescleft {
    text-align:left;
}
.ssnumber, .ssnumberleft, .ssnumberright {
    text-align:center;
    vertical-align: middle;
}
.removed {
    background-color: #830202;
    color: white;
}
.added {
    background-color: #0B671D;
    color: white;
}