﻿.feedbutton {
    margin-top: 5px;
    max-width: 50px;
    background-color: rgb(207,223,254);
    border-color: #888888;
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    align-items: flex-start;
    cursor: default;
    border-style: solid;
    border-width: 2px;
    border-radius: 3px;
    font-size: 1em;
    font-family: inherit;
    border-color: #000;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    min-height: 20px;
    box-shadow: 0 0px 0 0 rgba(255, 255, 255, 0.9) inset !important; /* this one */
}

.feedbutton:hover {
    background-color: rgb(214,255,147);
}

.rTable {
    display: table;
    width: 100%;
}

.rTableRow {
    display: table-row;
}

.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
}

.rTableCell, .rTableHead {
    display: table-cell;
    padding: 1px 10px;
    border: 1px solid #999999;
    font-size: 10px;
}

.rTableCellOld {
    display: table-cell;
    padding: 1px 10px;
    border: 1px solid #999999;
    font-size: 12px;
    font-weight: bold;
    background-color: rgb(255,0,0);
}

.rTableCellGood {
    display: table-cell;
    padding: 1px 10px;
    border: 1px solid #999999;
    font-size: 12px;
    font-weight: bold;
    background-color: rgb(0,255,0);
}

.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold;
}

.rTableBody {
    display: table-row-group;
}

.rDisclaimer {
    font-size: 10px;
    color: rgb(128, 128, 128);
}

.feedRow {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 10px;
}

.feedFirst {
    display: table-cell;    
    width: 80px;
}

.feedSecond {
    display: table-cell;
    width: 100px;
}

.feedThird {
    display: table-cell;
    width: 100px;
    text-align: right;
}

.post-2577 {
    margin-left: auto;
    margin-right: auto;
}

.post-2572-big {
    margin-left: -10%;
    margin-right: -10%;
}

.post-2572-huge {
    margin-left: -22%;
    margin-right: -22%;
}