.caret {
	margin: 3px;
	vertical-align: middle;
}

.small {
    font-size: 80% !important;
}
.small input, .small select {
    font-size: 90% !important;
}

div.summary {
    float: right;
}

.small input[type="text"], .small select {
    width: 100% !important;
}

.small .pagination, .small table {
    margin: 0;
}


.workSelect td {
    padding: 2px;
}

.workSelect td.underGroup {
    padding-left: 30px;
    background: url('../images/category_next.png') no-repeat 8px center;
}

.workSelect td {
    text-align: center;
}

.workSelect tbody > tr:last-child > .underGroup {
    padding-left: 30px;
    background: url('../images/category.png') no-repeat 8px center;
}

.workSelect tbody.hide {
    display: none;
}

body .modal {
    width: 80%; /* desired relative width */
    left: 10%; /* (100%-width)/2 */
    margin: auto auto auto auto; /* place center */
}
