/*
Theme Name: Porto
Theme URI: http://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: http://www.portotheme.com/
Description: Porto Responsive Wordpress + eCommerce Theme.
Version: 5.2.0
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: porto
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.bypostauthor { display: block; }


/*=====================================
	ICAS - Table - S1 - Start
=====================================*/

/*-------------------------------
  Table - default
-------------------------------*/
#icas-table-s1{
	/*
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	*/
	border-collapse: collapse;
	width: 100%;
	}
#icas-table-s1 th{
	border: 1px solid #ddd;
	padding: 8px;
	}
#icas-table-s1 td{
	border: 1px solid #ddd;
	padding: 8px;
	}
#icas-table-s1 tr:hover{
	background-color: #ddd;
	}

/*-------------------------------
  Table - customize
-------------------------------*/
#icas-table-s1 th{
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #fe423d;
	color: white;

	}

#icas-table-s1 th{
	border: 1px solid #de2520;
	border-bottom: 5pt solid #de2520;
	}

#icas-table-s1 td.with-subrow-first{
	border: 0px solid #ddd;
	border-top: 1pt solid #ddd;
	border-right: 1pt solid #ddd;
	border-left: 1pt solid #ddd;
	border-bottom: 0pt solid #ddd;
	}
#icas-table-s1 td.with-subrow-mid{
	border: 0px solid #ddd;
	border-top: 0pt solid #ddd;
	border-right: 1pt solid #ddd;
	border-left: 1pt solid #ddd;
	border-bottom: 0pt solid #ddd;
	}
#icas-table-s1 td.with-subrow-last{
	border: 0px solid #ddd;
	border-top: 0pt solid #ddd;
	border-right: 1pt solid #ddd;
	border-left: 1pt solid #ddd;
	border-bottom: 1pt solid #ddd;
	}

/*=====================================
	ICAS - Table - S1 - End
=====================================*/

