/*
 Theme Name:   Darna Child Theme
 Theme URI:    http://themes.g5plus.net/darna
 Description:  Darna Child Theme
 Author:       G5plus
 Author URI:   http://g5plus.net
 Template:     darna
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		g5plus-framework
*/


/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/
h1, h2, h3, h4, h5, h6 {
	line-height: 1.6;
}

    .entry-content table.org-requests-table {
      width: 100%;
      border-collapse: collapse;
      margin: 0 0 100px;
    }

    .entry-content table.org-requests-table th,
	.entry-content table.org-requests-table > thead:first-child > tr:first-child > th,
    .entry-content table.org-requests-table td {
      border: 1px solid #ddd;
      padding: 12px;
      vertical-align: top;
      text-align: left;
    }

    .org-requests-table th {
      background: #f5f5f5;
      font-weight: 600;
    }

    .org-requests-table tbody tr:nth-child(even) {
      background: #fafafa;
    }

    .org-requests-table .stt {
      width: 60px;
      text-align: center;
    }

    .org-requests-table .date {
      width: 140px;
      white-space: nowrap;
    }
