@charset "utf-8";
/* CSS Document */


.donate-table { 
	width: 550px;
	border-spacing: 0;
    border-collapse: collapse;
	border: 1px solid #000;
}
.donate-table th { background-color: rgb(255, 179, 217); line-height: 1.6; border: 1px solid #000; padding: 10px 5px; font-size: 13px;}
.donate-table td { border: 1px solid #000; padding: 10px 5px; background-color: rgb(255, 230, 242);}
.donate-table td:first-child { text-align: center;}
.donate-table td:nth-child(3) { text-align: right;}
.donate-table th:nth-child(4),.donate-table td:nth-child(4) { text-align: left;}

.donate-item td:nth-child(3) { text-align: center;}
table.tab110y td:nth-child(2), 
table.tab110y th:nth-child(4), 
table.tab110y td:nth-child(4) {
    text-align: left;
}

table.tab110y td:nth-child(3) {
    text-align: center;
}
table.tab110y-2 td:nth-child(2) {
    text-align: left;
}
table.tab110y-2 td:nth-child(3) {
    text-align: right;
}
table.tab110y-2 td:nth-child(4) {
    text-align: left;
}

table.tab110y-2 th:nth-child(4) {
    text-align: center;
}