﻿/* 带文本框的左边的label样式*/
.textlable {
    margin-top: 10px;
}

/* 左边的label统一样式*/
.leftfontlist {
    text-align: left;
}

/* 需要加粗标红的字体*/
.sansserif {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    color: red;
    font-weight: bold;
}

/* 页面只有一个按钮的样式*/
.btnsize {
    width: 90%;
}

.btnsmallSize {
    text-align: center;
    margin-left: 20px;
}

.fontlist {
    font-weight: 600;
    text-align: right;
    background-color: white;
    color:black;
}

.logo {
    width: 100px;
    height: 30px;
    background-color: white;
    margin-top: 5px;
    position: absolute; 
    left: 50%;
}

.logo2 {
    width: 50px;
    height: 50px;
    margin-left: 20px;
    background-color: white;
    margin-top: 5px;
}

.totalfee {
    font-weight: bold;
    color: red;
    font-family: Arial;
    text-align: left;
    padding-left: -10px;
}

td {
    text-align: left;
}

th {
    text-align: left;
}

table {
    float: left;
}
