﻿table{
    width: 100%;
    font-size: 14px;
    text-align: center;
    border-collapse: collapse;
    border-radius: 2px;
    box-shadow: 0 0 0 2px #0ca4f3;
    color: #0026ff;
}

tr{
    border-style: dotted;
    border-width: 1px 0;
}

td {
    border-top: 10px #0026ff;
    padding: 4px;
}

.second-column {
    text-align: left;
}

.third-column {
    width: 75px;
}

.fourth-column {
    width: 120px;
}

.fifth-column {
    width: 75px;
}

#butt {
    margin-top: 15px;
    width: 200px;
    height: 50px;
    border-radius: 0.4em;
}