html, body {
    overflow-y: auto;
}

#texts {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    color: #005590;
}

.text {
    clear: both;
    float: left;
    width: 750px;;
    margin-left: 25px;;
    margin-right: 25px;;
    margin-bottom: 20px;
    background: #6c92ad;
    border-spacing: 1px;
    *border-spacing: expression(this.cellSpacing='1px');
}

.text td {
    line-height: 20px;
    background: #ffffff;
}

td.name {
    text-align: center;
    vertical-align: middle;
    background-color: #edf2f7;
    width: 20%;
}

.item {
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sign {
    margin-top: 5px;
    text-align: right;
}

td.items {
    padding: 8px;
}

button {
    line-height: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#bottom {
    float: left;
    clear: both;
    width: 10px;
    height: 5px;
}

button {
    height: 22px;
}

.item img{
    margin-top: 10px;
}

.operations{
    text-align: right;
}