h4#leht{
    position: relative;
    bottom: 100px;
    left: 95%;
}
h4#tekst1{
    position: relative;
    bottom: 40px;
}
h4#tekst2{
    position: relative;
    bottom: 40px;
}
div#neti{
    position: relative;
    bottom: 40px;
}
/*-----------------------------------------------------*/
table#raha{
    width: 40%;
    border: 1px solid black;
    border-collapse: collapse;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
#raha td{
    border: 1px solid black;
}
#raha tr{
    border: 1px solid black;
}
#raha tr:nth-child(1) td:nth-child(1){
    text-align: center;
    font-weight: bold;
}
#raha tr:nth-child(1) td:nth-child(2){
    text-align: center;
    font-weight: bold;
}
#raha tr:nth-child(1) td:nth-child(3){
    text-align: center;
    font-weight: bold;
}
#raha tr:nth-child(2) td:nth-child(2){
    text-align: right;
}
#raha tr:nth-child(2) td:nth-child(3){
    text-align: right;
}
#raha tr:nth-child(3) td:nth-child(2){
    text-align: right;
}
#raha tr:nth-child(3) td:nth-child(3){
    text-align: right;

}
#raha tr:nth-child(4) td:nth-child(2){
    text-align: right;
}
#raha tr:nth-child(4) td:nth-child(3){
    text-align: right;
}
#raha tr:nth-child(5) td:nth-child(2){
    text-align: right;
    font-weight: bold;
}
#raha tr:nth-child(5) td:nth-child(3){
    text-align: right;
    font-weight: bold;
}
/*---------------------------------------------------------------------*/
table#tuhjus{
    width: 40%;
    border: 1px solid black;
    border-collapse: collapse;
    position: relative;
top: 5px;
}
#tuhjus td{
    border: 1px solid black;
}
#tuhjus tr{
    border: 1px solid black;
}
/*----------------------------------------------------------------------*/
table#elukoht1{
    width: 15%;
    border: 1px solid black;
    border-collapse: collapse;
    position: relative;
    top: 5px;
}
#elukoht1 td{
    border: 1px solid black;
}
#elukoht1 tr{
    border: 1px solid black;
}
#elukoht1 tr:nth-child(1) td:nth-child(1){
    font-weight: bold;
}
#elukoht1 tr:nth-child(1) td:nth-child(2){
    font-weight: bold;
}
/*----------------------------------------------------------------------*/
table#elukoht2{
    width: 15%;
    border: 1px solid black;
    border-right: thick solid black;
    border-bottom: thick solid black;
    border-collapse: collapse;
    position: relative;
    top: 5px;
}
#elukoht2 td{
    border: 1px solid black;
}
#elukoht2 tr{
    border: 1px solid black;
}
#elukoht2 tr:nth-child(1) td:nth-child(1){
    font-weight: bold;
}
#elukoht2 tr:nth-child(2) td:nth-child(1){
    font-weight: bold;
}