/* CSS Document */

@import url("https://www.canadacollege.edu/themes/canada-theme/css/canada-bootstrap.css");
@import url("https://www.canadacollege.edu/themes/canada-theme/css/canada-theme.css");

table[data-transform^=ou-]{ width: 100%; cursor: default; margin-bottom: 4rem !important; }

table[data-transform^="ou-"] img { max-width: 100%; }

table[data-transform^="ou-"], .mce-item-table, .mce-item-table td, .mce-item-table th, .mce-item-table caption {
    border-collapse: collapse;
    border-spacing: 0px;
    border: 1px solid #b1b1b1;
    box-sizing: border-box;
}

[data-transform^=ou-] thead tr th, [data-transform^=ou-] tbody tr th, [data-transform^=ou-] caption, [data-transform^=ou-] thead tr td { font-weight: 800; }

[data-transform^=ou-] thead tr th, [data-transform^=ou-] tbody tr th, [data-transform^=ou-] caption, [data-transform^=ou-] thead tr td, [data-transform^=ou-] tbody tr td{
    color: #000;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
}

[data-transform^="ou-"] thead tr th, [data-transform^="ou-"] tbody tr th ,[data-transform^="ou-"] caption {
    background: none repeat scroll 0 0 #f0f0f0;
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

[data-transform^=ou-] caption {
    font-size: 18px;
    text-align: center;
    background-image: linear-gradient(to bottom,#f9f9f9,#d3d3d3);
    margin: 0px;
    border-bottom: 0;
}

/********************************
 * START Table Input Hint Styling
 ********************************/

/* Generic table "tool-tip/alert" info styling */
table[data-transform^="ou-"] th:before,
table[data-transform^="ou-"] td:before,
table[data-transform^="ou-"] caption:before,
table[data-transform^="ou-"]:before {
    display: block;
    padding: 5px 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

