body {
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    padding: 10px;
    min-height: 1300px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eab92d+0,c79810+100;Yellow+3D+%232 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c79810+0,eab92d+100 */
    background: #c79810; /* Old browsers */
    background: -moz-linear-gradient(top, #c79810 0%, #eab92d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c79810 0%,#eab92d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c79810 0%,#eab92d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c79810', endColorstr='#eab92d',GradientType=0 ); /* IE6-9 */}
a {
    color: #fff;
    display: block;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    background: #000;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #000;
    box-shadow: 1px 1px 1px gray;
}
#page {
    width:90%;
    margin: 0 auto;
    opacity: 0;
    position: relative;
}
#page.page-active {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

#right {
}

table#master {
    width: 100%;
    border-collapse: collapse;
}

tr {
    cursor: pointer;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    color: #000;
}

tbody:first-child:last-child {
    /* border-right: 1px solid #000; */
}

tr.active, tr.set {
    background: #cecece;
    color: #000;
}
tr.active a, tr.set a {
    color: #fff;
}
th {
    background: #ccc;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    text-shadow: 1px 1px 5px Gray;
}
td {
    font-size: 12px;
    margin: 0;
    padding: 3px;
    border: 1px solid #000;
    border-left: none;
}

.amt, .credit {
    float: right;
}

tr.void {
    cursor: auto;
}
tr.void td {
    background: #000;
    color: #fff;
}
tr.void td .unset {
    display: none;
}


.amt-credit {
    color: Red;
}

tr.void td .amt-credit {
    color: #fff;
}

#left {
    float: left;
    width: 74%;
    border: 1px solid #000;
    background: #fff;
    margin-bottom: 40px;
    box-shadow: 1px 1px 5px #000;
}

#left td {
    /*border-left: 1px solid #000; */
}
#right {
    float: left;
    width: 25%;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    background: #ccc;
    box-shadow: 1px 1px 5px #000;
    margin-bottom: 50px;
}

ul {
  list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    padding: 0 10px;
    border-top: 1px solid #000;
    cursor: pointer;
    background: #fff;
    line-height: 1.85;
}

li:hover {
    background: #cecece;
}

.total {
    margin-bottom: 21px;
    padding: 1px 10px 2px 10px;
    background: #fff;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
    text-shadow: 1px 1px 5px Gray;
}

.total_amt {
    float: right;
}

#update {
    padding: 0 10px;
    text-align: right;
    position: absolute;
    top: 0;
     right: 0;
}

#update button {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    box-shadow: 1px 1px 1px #fff;
}

#clear-all {
    margin-left: 20px;
}
