﻿.toploginbox {
    /*margin: 10px 20px 10px 20px;*/
    display:block;
    text-align: center;
    color: purple;
    font-weight: bold;
    font-size: 14px;
}

table.toplogin {
    border: none;
    margin: 2px 0 2px 50px;
    padding: 10px;
}

    table.toplogin td {
        font-size: 13px;
        
    }

.longtextbox {
    width: 420px;
    height: 20px;
}

.shorttextbox {
    width: 200px;
    height: 20px;
}

/*body {
    align-content: center;
    width: auto;
    table-layout: fixed;
}
td {
    align-items: center;
}
span {
    text-align: center;
    color: purple;
    font-weight: bold;
    font-size: 14px;
}
p {
    font-size: 11px;
}
table {
    margin-left: 100px;
    align-content: center;
    border: 0;
    
}
td {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
    */




