/*
Theme Name: Broker Rest API Theme
Theme URI: https://broker.financeofamerica.com/
Author: FOAC Developers
Author URI: https://financeofamerica.com/
Description: Blank Page Theme for Broker Rest API
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: broker
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template:     naked
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.reportHeader {
    font-size: 24pt;
    text-align: center;
    font-weight: bold;
}
.dtable {
    display:table;
    width:100%;
}

.drow {
    display:table-row;
    width:100%;
}

.dcell {
    display:table-cell;
    border:1px solid gray;
}
.dcell.pluginReportURL, .dcell.pluginReportEnv, .dcell.pluginReportPlugin, .dcell.pluginReportDeployed, .dcell.pluginReportAvailable {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
}
.pluginReportURL {
    width: 20%;
}
.pluginReportEnv {
    width: 10%;
}
.pluginReportPlugin {
    width: 40%;
}
.pluginReportDeployed {
    width: 15%;
}
.pluginReportAvailable {
    width: 15%;
}
.tableHeader {
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.divider {
    font-size: 5px;
    line-height: 5px;
    background-color: #cccccc;
}
.infolist, .infolistlink {
    font-family: helvetica;
    font-size: 12px;
    line-height: 20px;
}
.infolistlink {
    text-decoration: underline;
}
.noBorder {
    margin: 0px 10px;
    border: 0;
}
.hiddenDiv {
    display: none;
}
