

table {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 17px;
border-radius: 5px;
border-spacing: 0;
text-align: center;
line-height: 15px;

table-layout: fixed;
width: 100%;
word-wrap: break-word;


}
th {
background: /* #ссліуц на фл АВСТРАЛИИ*/ #FFFFFF;
color: white;
text-shadow: 0 1px 0px #2D2020;
padding: 50px 14px;
}
th, td {
border-style: solid;
border-radius: 0px;
border-width: 0 1px 1px 0;
border-color: yellow;
}
th:first-child, td:first-child {
text-align: left;
}
th:first-child {
border-top-left-radius: 10px;
}
th:last-child {
border-top-right-radius: 10px;
border-right: none;
}
td {
padding: 10px 20px;
background: #F8E391;
}
tr:last-child td:first-child {
border-radius: 0 0 0 10px;
}
tr:last-child td:last-child {
border-radius: 0 0 10px 0;
}
tr td:last-child {
border-right: none;
}