﻿table {
	width: 600px;

	}

th {
	padding: 0 0.5em;
	text-align: right;
	}

tr.yellow td {
	border-top: 1px solid #FB7A31;
	background: #FFC;
	}

td {
	padding: 0 0.5em;
	}

td:first-child
 {
 	width:100%;
    border-bottom:1px solid #ccc;
	/*width: 190px;*/
	}

td+td {
	text-align: center;
	}