/*
 Theme Name:   Nirvana-Child
 Theme URI:    http://www.cryoutcreations.eu/nirvana
 Description:  Nirvana Child Theme - Customized for IWMI Projects.
 Author:       Cryout Creations
 Author URI:   http://www.cryoutcreations.eu
 Template:     nirvana
 Version:      1.2.3
 License:      GNU General Public License v3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         white, black, blue, orange, red, gray, green, silver, light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, flexible-header, custom-menu, featured-image-header, featured-images, front-page-post-form, full-width-template,  microformats, post-formats, rtl-language-support,  sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  nirvana-child
*/

/*
#access {
    padding: 0.5ex;
    width: 600px;
    background-color: #333;
    color: #fff;
    font-size: 2em;
    border-radius: 0.5ex;
}
*/

#access.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    border-radius: 0 0 0.5em 0.5em;
}
/* hide the borders and shadows */
.nofx{
    border: 0px !important;
    box-shadow: 0 0 0 0 !important;
}
.nirvana-image-one .entry-content img[class*='align'] {
    border: 0px !important;
    box-shadow: 0 0 0px #ccc;
}
.nirvana-image-one .entry-content img[class*='addfx']{
    border-color: #afcbfa !important;
    border: 1px solid #afcbfa !important;
    box-shadow: 0 0 5px #ccc !important;
}
body, input, select, textarea {
    font-size: 20px !important;
    line-height: 28px !important;
}
#content {    
    line-height: 28px !important;
}
.datatable table, th, td {
	width: 100%;
	border: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd !important;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd !important;
    border-collapse: collapse;	
	border-style:solid;	
}
#content tr td {
    border-top: 1px solid #ddd !important;
	border-right: 1px solid #ddd !important;
}
strong, b {
	font-weight: bold !important;
}}