/*Credit to ki.infil.net for the original stylesheet.*/
.movelistbox {
display: inline-block;
min-width: 300px;
text-align: left;
border: 2px solid;
border-color: rgb(186, 71, 27);
}
.movelisttopheader {
background-color: rgb(186, 71, 27);
text-transform:uppercase;
text-align: center;
font-weight: bold;
color: white;
/*border-bottom: 1px solid;*/
border-color: rgb(186, 71, 27);
}
.movelistheader {
}
.movelistentry {
padding: 0.3em;
font-weight: bold;
border-top: 2px solid;
border-color: rgb(186, 71, 27);
}
.movelistdesc {
padding: 0 0.3em 0.3em 0.3em;
line-height: 120%;
}