#warp-logo {
    position: absolute;
    /*right: 0px;
    top: 0px;*/
    left: 990px;
    top: 20px;
}

#distInput, #warpInput, #velocityInput {
    width: 120px;
}

.warpTable {
    margin: 0;
    padding: 0;
    width: 100%;
    box-shadow: 10px 10px 5px #888888;
    border: 1px solid #000000;

    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.warpTable td {
    text-align: center;
    padding: 10pt 2pt;
    vertical-align: middle;

    background: -o-linear-gradient(bottom, #56beff 5%, #ffffff 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #56beff), color-stop(1, #ffffff) );
    background: -moz-linear-gradient( top, #56beff 5%, #ffffff 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#56beff", endColorstr="#ffffff");

    background-color: #56beff;
    border: 1px solid #000000;

    font-family: Arial, sans-serif;
    font-weight: normal;
    color: #000000;
}

.warpTable input {
    text-align: center;
}

.warpFactor {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0 solid #000000;

    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.warpFactor table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.warpFactor tr:last-child td:last-child {
    -moz-border-radius-bottomright: 25px;
    -webkit-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.warpFactor table tr:first-child td:first-child {
    -moz-border-radius-topleft: 25px;
    -webkit-border-top-left-radius: 25px;
    border-top-left-radius: 25px;
}

.warpFactor table tr:first-child td:last-child {
    -moz-border-radius-topright: 25px;
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
}

.warpFactor tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 25px;
    -webkit-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.warpFactor tr:nth-child(odd) { background-color:#56aaff; }
.warpFactor tr:nth-child(even) { background-color:#007fff; }

.warpFactor tr:last-child td { border-width: 0 1px 0 0; }
.warpFactor tr td:last-child { border-width: 0 0 1px 0; }
.warpFactor tr:last-child td:last-child { border-width: 0 0 0 0; }

.warpFactor td {
    vertical-align: middle;
    border: 1px solid #000000;
    text-align: left;
    padding: 8px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    color: #ffffff;
}

/*.warpFactor th:first-child td {*/
.warpFactor thead:first-child th {
    background: -o-linear-gradient(bottom, #0000bf 5%, #5656ff 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0000bf), color-stop(1, #5656ff) );
    background: -moz-linear-gradient( top, #0000bf 5%, #5656ff 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000bf", endColorstr="#5656ff");
    background-color: #0000bf;
    border: 0 solid #000000;
    text-align: center;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
}
