.ccm-page .mesch-table {
    width: 100%;
    overflow: auto;
}
.ccm-page .mesch-table table {
    /*table-layout: fixed;*/
    min-width: 350px;
    width: 100%;
}
.mesch-table .mesch-table-cell-align-center {
    text-align: center;
}
.mesch-table .mesch-table-cell-align-left {
    text-align: left;
}
.mesch-table .mesch-table-cell-align-right {
    text-align: right;
}
.mesch-table .mesch-table-cell-bold {
    font-weight: bold;
}
.mesch-table .mesch-table-cell-line {
    border-bottom: 1px solid #000;
}
.mesch-table.template-noborders .mesch-table-cell-line {
    background-color: #e1e1e1;
    border: none;
}
.mesch-table .mesch-table-cell-info-button {
    background: url(../blocks/mesch_table/images/information.png);
    width: 16px;
    height: 16px;
    display: inline-block;
}
.mesch-table.template-default table tbody td,
.mesch-table.template-noborders table tbody td {
    vertical-align: top;
}
.mesch-table.template-default table tbody td ul,
.mesch-table.template-noborders table tbody td ul {
    list-style-type: square;
    padding-left: 15px;
}

div#mesch-table-vtip2 {
    display: none;
    position: absolute;
    left: 5px;
    width: 320px;
    margin-left: 35px;
    margin-top: -25px;
    padding: 10px;
    background-color: white;
    border: 1px solid #ccc;
    color: black;
    border-radius: 5px;
    box-shadow: 5px 5px 10px #888;
}
div#mesch-table-vtip2 #vtipArrow2 {
    position: absolute;
    top: 12px;
    left: -10px;
}

div#mesch-table-vtip2 .tooltip .inner {
    padding: 0;
}
div#mesch-table-vtip2 .linebr {
    height: 10px;
}
