table {
    width: 87%;
    border-collapse: collapse;
    float: left;
}

td,
th {
    border: 1px solid #009542;
}

.dba {
    width: 280px;
    float: left;
}

#step,
#tradevol {
    width: 100px;
}

#service {
    background: #ed8e87;
    width: 120px;
    float: right;
    padding: 2px;
    text-align: center;
    cursor: pointer;
}

#login {
    float: right;
    margin: 0px 20px;
    cursor: pointer;
}

#login:hover {
    color: blue;
}

.lgr {
    float: right;
}

#login1 {
    position: absolute;
    top: 38px;
    right: 10px;
    background: aliceblue;
    padding: 5px;
    display: none;
}

#login1 input {
    width: 120px;
}

.listsrtat {
    border: solid 1px #009542;
    width: 12%;
    display: block;
    float: right;
    padding: 5px;
}

.mainel {}

#insymb {
    width: 500px;
}

#symb1,
#symb2 {
    width: 100px;
    float: left;
    margin-right: 5px;
}

.nostyle_symb1 {
    width: 100px;
}

.bid,
.ask {
    width: 56px;
}

.elstrat {
    border: solid 1px blue;
    margin-bottom: 5px;
    padding: 5px;
    cursor: pointer;
}

.isstart {
    background-color: bisque;
}

.realtrade {
    float: right;
    font-size: small;
    color: red;
    margin-top: -5px;
    display: none;
}

.servstop {}

#tsst2 tr:nth-child(1) {
    position: sticky;
    top: 0px;
    background: #d9d9d9;
}

#tsst2 tr:nth-child(2) {
    position: sticky;
    top: 21px;
    background: #d9d9d9;
}

#tsst2 tr:nth-child(3) {
    position: sticky;
    top: 42px;
    background: #d9d9d9;
}