/****************************************************************************
* vi: ts=4
* Cascading Style Sheet "garmin396" for dvatp.com
* Author: Doug Vetter
****************************************************************************/
table.current {
    font-size: 100%;
    width: 60%;
    border-collapse: collapse;
    margin: auto;
    border: 2px #ccccee solid;	
}

table.current td {
    background-color: #f2f5fc;
    vertical-align: top;
    padding: 0.3em;
}

table.current th {
    background-color: #e3eaf9;
    text-align: center;
    border: 2px #ccccee solid;	
    padding: 0.2em;
}

table.current th td {
    padding-right: 0.5em;
    padding-left: 0.5em;
}

table.current td.description {
    border: 1px #ccccee solid;	
    width: 75%;
}

table.current td.amps {
  	border: 1px #ccccee solid;	
	width: 25%;
}
