/*------*/
/* This is for the detail section */
div.detail h4 { margin-bottom:0; }
div.detail h4 + p { margin-left:5em; margin-top:0; }
/*------*/
/* This is for the gridview one line per event list */
div.orgs table.info {
    background-color: #f2f2f2;
    border: none;
} /*font-size:9pt;*/
div.orgs table.info tr td {border:none; font-size:small; padding:.25em 2em .15em .15em; text-align:left; vertical-align:middle; }
div.orgs table.info tr.info_pager td { padding-right:.15em; } /* To fix pager from line above */
div.orgs table.info tr td:last-child { padding-right:.15em; }
/*
div.orgs table.info td:nth-last-child(3),div.posts table.info td:nth-last-child(4) { text-align:center; }
*/
/*
@media screen and (max-width:600px) {div.adstore.menu_vertical.menu_content_all {column-count:1; font-size:150%;}}
@media screen and (max-width:50em) and (min-width:601px) {div.adstore.menu_vertical.menu_content_all {column-count:2;}}
@media screen and (max-width:70em) and (min-width:50em) {div.adstore.menu_vertical.menu_content_all {column-count:3;}}
@media screen and (max-width:90em) and (min-width:70em) {div.adstore.menu_vertical.menu_content_all {column-count:4;}}
@media screen and (min-width:90em) {div.adstore.menu_vertical.menu_content_all {column-count:5;}}
*/
/*------*/
/*
@media screen and (max-width:600px) 
{
    table.info td,table.info th {border:none; font-size:medium; padding:.5em;}
    table.info tr.info_pager td,table.info tr.info_pager th { border-bottom:none; border-top:none; padding:.15em .15em .15em .5em; } 
}
*/