table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%;
    clear: both;
    border: 1px solid #e4e8ea;
        border-bottom-color: rgb(228, 232, 234);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border-bottom: 0px;
}
table td {
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding: 8px 10px;
}
td, th {
    padding: 0;
}
td {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 1px solid #e4e8ea;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    color: #7f7f7f;
    padding: 3px 15px;
}
form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: .9167em;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], textarea, input.text, input[type="search"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e4e8ea;
    border-radius: 3px;
    color: #a0a0a0;
    display: block;
    font-size: 10px;
    margin: 9px 0;
    padding: 5px 12px;
    width: 100%;
}
