/*
Gibbon: the flexible, open school platform
Founded by Ross Parker at ICHK Secondary. Built by Ross Parker, Sandra Kuipers and the Gibbon community (https://gibbonedu.org/about/)
Copyright © 2010, Gibbon Foundation
Gibbon™, Gibbon Education Ltd. (Hong Kong)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

*/

.rubricTable {
    vertical-align: top;
    border-collapse: collapse;
    border: 0;
}

.rubricHeading {
    border: 1px solid #000 !important;
    width: 110px;
}

.rubricRowHeading {
    color: #fff;
    background: #666;
    padding: 5px !important;
}

.rubricCell {
    vertical-align: top;
    border: 1px solid #000 !important;
    font-size: 90%;
}

.rubricCellEdit {
    padding: 0px;
}

.rubricCellHighlight {
    background: #79FA74; 
}

.rubricCell textarea { 
    background: #fff; 
    border: 0 !important;
    margin: 0px; 
    padding: 5px;
    width: 100%; 
    height: 110px;
}

.rubricCellEmpty {
    background: inherit;
    border: 0;
}