.shucking {
	
}

.shucking table {
	border: 1px solid #d7d9d7;
	border-width: 1px 0 0 1px;
	font-family: Consolas,monospace;
	line-height: 1;
	font-size: 11px;
}

.shucking td {
	min-width:50px;
	height:30px;
	/*text-align: center;*/
	padding: 0;
	/*font-weight: bold;*/
	margin-bottom:0px;
}

.shucking ul {
	margin-bottom:0px;
}

.shucking th {
	
	min-width:50px;
	height:30px;
	text-align: center;
	padding: 0;
	/*font-weight: bold;*/
}

.shucking table > thead > tr {
	background-color: #eee;
}

.shucking table > tbody > tr:nth-child(even) {
	background-color: #eee;
}

.shucking table > tbody > tr:hover {
    background: #ccc;
}

#shuckingresults {
	width:100%;
	text-align: center;
	font-size: 20px;
}

#shuckingtime:before {
	content: url("../images/shucksh-24x24.png");
	padding-right: 5px;
}

#shuckingok:before {
	content: url("../images/ready.png");
	padding-right: 5px;
}

#shuckingpartial:before {
	content: url("../images/cracksh-24x24.png");
	padding-right: 5px;
}

#shuckingko:before {
	content: url("../images/money.png");
	padding-right: 5px;
}

/*.shucking table > tbody > tr > *:nth-child(1),
.shucking table > thead > tr > *:nth-child(1) {
    display: none;
}
.shucking table > tbody > tr > *:nth-child(3),
.shucking table > thead > tr > *:nth-child(3) {
    display: none;
}
.shucking table > tbody > tr > *:nth-child(5),
.shucking table > thead > tr > *:nth-child(5) {
    display: none;
}
.shucking table > tbody > tr > *:nth-child(6),
.shucking table > thead > tr > *:nth-child(6) {
    display: none;
}
.shucking table > tbody > tr > *:nth-child(7),
.shucking table > thead > tr > *:nth-child(7) {
    display: none;
}*/

.keyok:before {
	content: url("../images/ready.png");
	vertical-align: middle;
	padding-right: 5px;
	/*text-decoration-line: none;*/
}

.keyko:before {
	content: url("../images/redcross.png");
	vertical-align: middle;
	padding-right: 5px;
	/*text-decoration-line: line-through;*/
}