
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contains {
    /*width: 94%;*/
    /*margin: 10px auto 0;*/
    /*background: #fff;*/
    /*border: 1px solid #eee;*/
    /*height: 1000px;*/
}
.contains .padding10{
    padding: 10px;
}

.contains .padding10 header{
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.contains .padding10 header .name{
    float: left;
    clear: both;
}

.contains .padding10 header .btnGroups{
    float: right;
}

.contains .padding10 .tt{
    padding: 10px 10px 20px 70px;
}

.contains .padding10 .tt table{
    border-top: 1px solid #C1DAD7;
}

#mytable {
    width: 100%;
    padding: 0;
    margin: 0;
}

th {
    font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #4f6b72;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 6px 6px 12px;
}

td {
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    background: #fff;
    font-size: 11px;
    padding: 6px 6px 6px 12px;
    color: #4f6b72;
    text-align: center;
}

th.spec {
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

th.left {
    border-left: 1px solid #C1DAD7;
    width: 20px;
}

th.bg {
    background: #eaf1f9;
    color: #3e74b3;
    font-size: 13px;
}

th.center {
    text-align: center;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 6px 22px;;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

.button2 {
    background-color: #3e74b3;
}

.qxbtn{
    background: white !important;
}

.czbtn{
    background: #3f74ba !important;
    color: white !important;
}

.menu1{
    margin-left: 8px;
}

.menu2{
    margin-left: 8px;
}

.two{
    margin:  0px 50px 20px 0px;
}

.three{
    margin:  0px 0px 20px 0px;
}

