table#selected_items {
border-collapse: collapse;
width: 100%;
font-size: 1em;
}

table#selected_items th {
background-color: #2c2e6b;
color: #fff;
font-weight: bold;
padding: 2px 11px;
text-align: left;
border-right: 1px solid #fff;
line-height: 1.2;
}

table#selected_items th.prodpiccy {
width:11%;
}

img.aaaaaa {
border:1px solid black;
padding:0;
margin:0;
}

table#selected_items th.last {
background-color: #2c2e6b;
color: #fff;
font-weight: bold;
padding: 2px 11px;
text-align: right;
line-height: 1.2;
}

table#selected_items td.last {
background-color: #fff;
padding: 5px 0;
text-align: right;
line-height: 1.2;width:11%;
}

table#selected_items td {
padding: 6px 11px;
border-bottom: 1px solid #2c2e6b;
vertical-align: top;
}


table#selected_items th.priceguide {
width:35%;
}


table#selected_items th.tickall, table#selected_items td.tick {
width:7%;
}

table#mytable th.date {
width:30%;
}


table#selected_items td.empty {
text-align:center;
}

table#selected_items td * {
padding: 6px 11px;
}

table#selected_items tr.alt td {
background: #ecf6fc;
}

table#selected_items tr.over td {
background: #bcd4ec;
}
