/*
Theme Name: Digipainopalvelu
Author: Mediatuki Oy
Version: 1.0 (build 39db9c6)
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.whitetext {
color: #ffffff;
}

.h4 {
 text-align: left;
}

/*-----------------------------------------------------------------------------------*/
/*	Styled Tables
/*-----------------------------------------------------------------------------------*/

.custom-table-1 {
	margin: 0 0 20px 0;

	border:1px solid #dddddd;
	-webkit-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
       -moz-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
            box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
}

.custom-table-1 tr:nth-child(even) { background: #fafafa; }
.custom-table-1 tr:nth-child(odd) { background: #ffffff; }

.custom-table-1 tr {  }

.custom-table-1 th,
.custom-table-1 td {
	padding: 5px 20px;
	vertical-align: middle;
	border: none;
	text-align: center;
}

.custom-table-1 th:first-child,
.custom-table-1 td:first-child {
	text-align: left;
}
.custom-table-1 thead th{
	font-size:14px;
	font-weight:700;
	color:#ffffff;
	padding:15px 20px;
	background-color: #333333;
}

.check-no {
color:#ff0000;
font-size: 18px;
}

.check-yes {
color:#69b206;
font-size: 18px;
}

/*-----------------------------------------------------------------------------------*/
/*	Table: Product Prices
/*-----------------------------------------------------------------------------------*/

.custom-table-2 {
	margin:0 0 20px 0;
	border:0px solid #dddddd;
	-webkit-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
        -moz-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
        box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);
	
}
.custom-table-2 tr:nth-child(even) { background: #fafafa; }
.custom-table-2 tr:nth-child(odd) { background: #ffffff; }
.custom-table-2 tr {  }
.custom-table-2 th,
.custom-table-2 td {
	padding: 5px 20px;
	vertical-align: middle;
	border: none;
	text-align: center;
}
.custom-table-2 th:first-child,
.custom-table-2 td:first-child {
	text-align: left;
}
.custom-table-2 thead th{
	font-size:14px;
	font-weight:700;
	color:#ffffff;
	padding:15px 20px;
	background-color: #6161ab;
}
.custom-table-2 tr:hover td{
	background-color:hsla(9, 100%, 67%, 0.4);
