﻿.AlseinTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
}

.AlseinTable td:first-child{
    color:#ff0000;
    width:8px;

}
    .AlseinTable td:nth-child(2) {
        padding-left: 15px;
        background-color: #299c99;
        color: #fff;
        border: 1px solid #299c99;
        border-radius: 4px;
    }
    .AlseinTable td:nth-child(3) {
        border: 1px solid #299c99;
        border-radius: 4px;
    }

.btnform {
    width: 100%;
    background: #e76a0b;
    color: #fff;
    border: none;
    height: 35px;
    border-radius: 4px;
}

