/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
table#indexGrid td{
    /* border: solid red 2px; */
    background: #d8e3e8;
    color: #000;
    font-size: 1.5em;
    /* text-align: center; */
}
#gbox_indexGrid .ui-state-default,
table#indexGrid th div{
    /* border: solid red 2px; */
    border: solid #999 1px;
    background: #d8e3e8;
    color: #000;
    /* font-size: 1.5em; */
    /* text-align: center; */
}
th#indexGrid_volume,
th#indexGrid_title,
th#indexGrid_author,
input#gs_volume,
input#gs_title,
input#gs_author,
{
    font-size: 1.3em;
    height: 2em;

}
#pg_pager tr,
.ui-pg-table td  {
    /* border: solid red 1px; */
    font-size: 1.1em;
}
table.ui-jqgrid-htable th.ui-th-column div {
    padding: 0;
    margin: 0;
    margin-bottom: .5em;
    width: 100%;
    font-size: 1.4em;
    
}

input#gs_title,input#gs_volume,input#gs_author {
    margin: 0;
    width: 100% important!;
    font-size: 1.5em;
    color: black;
}
