td, th {
    vertical-align: top;
    padding: 10px;
    font-size: 13.5px;
    line-height: 20px;
    border-right: 1px solid #e3e8ee;
    border-bottom: 1px solid #e3e8ee;
    font-weight: 500;
    color: #414753;
}
th {
    vertical-align: top;
    padding: 10px;
    font-size: 13.5px;
    line-height: 20px;
    border-right: 1px solid #e3e8ee;
    border-bottom: 1px solid #e3e8ee;
    font-weight: 500;
    color: #414753;
}

table {
    width: 100%;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border-collapse: collapse;
    overflow: hidden;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

label {
    color: #31363f;
    font-weight: 500;
    font-size: 17px;
}

.cell-inner {
	word-break:break-all;
	min-width: 80px;
}