td>label{
    display: block;
}

.ttc-border {
    border: 1px solid #ccc !important;
}
.ttc-bar {
    width: 100%;
    overflow: hidden;
}
.ttc-bar .ttc-button {
    white-space: normal;
}
.ttc-bar .ttc-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
}

.ttc-light-grey, .ttc-hover-light-grey:hover, .ttc-light-gray, .ttc-hover-light-gray:hover {
    color: #000 !important;
    background-color: #e0e0e0 !important;
}
.ttc-dark-grey, .ttc-hover-dark-grey:hover, .ttc-dark-gray, .ttc-hover-dark-gray:hover {
    color: #fff !important;
    background-color: #616161 !important;
}
.ttc-border-bottom {
    border-bottom: 1px solid #ccc !important;
}

.ttc-btn, .ttc-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ttc-btn, .ttc-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
