﻿body {
    font-size: 18px;
}

.right {
    float: right;
}

.align-right {
    text-align: right;
}

table {
    direction: rtl;
}

/*.top-Padding {
    padding-top: 150px;
}

table {
    text-align: right;
    float: right;
    border: 2px solid #dedede;
    font-size: 1.1em;
}

    table th {
        float: right;
        text-align: right;
        border: 2px solid #dedede;
        width: 200px;
        padding: 3px;
    }

    table td {
        float: right;
        text-align: right;
        border: 2px solid #dedede;
        width: 500px;
        padding: 3px;
    }*/
