
select {
     width: 100%; 
     box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
}
#exceptgroup{
    width: 17%; 
}
input[type=submit] {padding:5px 15px; background:clear; border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
#update{
    color: #D1D1D1;
}
#info2{
    border-width: 4px;
    border-style: solid;
 border-color: #7C90CF;
    padding: 7px 0px 7px 0px;
    width: 225px;
    text-align: center;
}
#info{
    border-width: 4px;
    border-style: solid;
 border-color: #7C90CF;
    padding: 15px 15px 15px 15px;
}
#htitle{
    color: darkslategrey;
    font-size: 16px;
}
#line{
    color: black;
}
#button{
    background-color: #7C90CF;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: 0 none;
    overflow: hidden;
    padding: 6px 16px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.2s ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}
#sysbutton{
    background-color: #248F24;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: 0 none;
    overflow: hidden;
    padding: 6px 16px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.2s ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}
#adminbutton{
     background-color: #CC3300;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: 0 none;
    overflow: hidden;
    padding: 6px 16px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.2s ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}
#chosen{
    background-color: #79B7CC;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: 0 none;
    overflow: hidden;
    padding: 6px 16px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.2s ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}
#syschosen{
    background-color: #86B686;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: 0 none;
    overflow: hidden;
    padding: 6px 16px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.2s ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}
#adminchosen{
    background-color: #DA6C47;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: 0 none;
    overflow: hidden;
    padding: 6px 16px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.2s ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}
table, td, th, tr{
    border-width: 2px;
    border-style: solid;
    border-color: #7C90Cf;
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px;

}
#toleft{
    text-align: left;
}
#toright{
    text-align: right;
    color: #0066ff;
}
#colored{
    color: #0066ff;
}
th,td{
    text-align: center;
}
table th{
    background-color: #D1D1D1;
}
#imgb{
    width: 20%;
}
