.sortable
{
border:2px solid #dca;
font-family:sans-serif;
background-color: #EED;
width:400px;
margin:auto;
margin-bottom:1em;
}

.sortable caption
{
margin:auto;
border:2px solid #dca;
border-bottom:0;
text-align:right;
padding-right:1em;
background: #dca;
font-weight:bold;
width:400px;
margin:auto;
}

.sortable thead
{
text-align:left;
color:#A40;
background-color:white;
}

.sortable .zebra
{
background: #EEE;
}

.sortable.fullwidth,
.sortable.fullwidth caption
{
width: 97%;
}

