@charset "utf-8";


table.rtable	{
 border-collapse: collapse;
 border-spacing: 0;
 width: 100%;
 margin: 10px 0 30px 0;
}


.rtable th {
 padding: 15px 0px 15px 20px;
 background: #462828;
 border-top: 2px solid #000000;
 border-bottom: 1px solid #292929;
 font-weight: bold;
 color: #DD8080;
 font-size: 100%;
 letter-spacing: 0.2em;
 white-space: nowrap;
}
.rtable td {
 padding: 15px 0px 15px 20px;
 background: #1A1A1A;
 color: #CCCCCC;
 border-bottom: 1px solid #292929;
 font-size: 100%;
 white-space: nowrap;
}
