/*
Theme Name: Pnrclg
Theme URI: https://relentsoftech.com
Author: Relent
Author URI: https://relentsoftech.com
Description: WordPress blogging theme
Tags: blog, theme
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tasc
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.
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.header-fixed{
	position : fixed !important;
	top: 0 !important;
}
.cselect{
	width:100%;
}