.pstations-list {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #000;
}

.pstations-list thead {}
.pstations-list thead tr {}
.pstations-list thead th,
.pstations-list thead td {
	background: #c0504d;
	color: #fff;
	cursor: auto;
	text-align: center;
	font-weight: normal;
}

.pstations-list th,
.pstations-list td {
	padding: 4px;
	cursor: pointer;
	background: #f2dcdb;
	color: #000;
	border: 1px solid #000;
}

.pstations-list tbody.punits th,
.pstations-list tbody.punits td {
	cursor: auto;
	background: #fff;
}

.pstations-list td.number {
	text-align: center;
}
.pstations-list td.shortxt {
	text-align: center;
}
.pstations-list td.longtxt {
	text-align: left;
}
.pstations-list td.smalltxt {
	font-size: 10px;
}

.pstations-list .hovered th,
.pstations-list .hovered td {
	background: #c9fbfa;
}
