.table {
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    font-size: 16px;

    /*margin:20px;*/
    /*border:#ccc 1px solid;*/

}

.subtitle {
    font-family: 'Poiret One', sans-serif;
    text-align: left;
    font-size: 22px;
    color: #3ca630;
    padding: 18px;
    padding-left: 0;
    font-weight: bold;
}


.table th {
    font-family: 'Poiret One', sans-serif;
	font-size: 24px;
    /*font-size: 22px;*/
	/*color: black;*/
    color: #666666;
    text-align: center;
    /*padding:21px 25px 22px 25px;*/
    /*border-top:1px solid #fafafa;*/
    border-bottom: 1px solid #e0e0e0;

    /*background: #82b21e;*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#a7c961), to(#82b21e));*/
    /*background: -moz-linear-gradient(top,  #82b21e,  #5c8a03);*/
}

.table th:first-child {
    text-align: left;
}

.table tr {
    text-align: left;
    padding-left: 20px;
	color: black;

}

.table tr td {
    padding-bottom: 10px;
    padding-right: 22px;
	
}

.table tr td:nth-child(2), .table tr td:nth-child(3) {
    text-align: center;

}

.orange_bold {
    font-size: 22px; 
    color: #ffa825; 
    font-weight: bold;
}

.sales {
    height: auto;
    text-align: left;
    border-left: 3px solid #ffa825;    
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.sales p {
    font-size: 20px;     
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}

.orange_block {
    background-color: rgba(255, 206, 37, 0.33);
	padding: 0px 0px 10px 30px;
    border: 1px solid #ffa825;
}

/*.table th:first-child{*/
/*text-align: left;*/
/*padding-left:20px;*/
/*}*/
/*.table tr:first-child th:first-child{*/
/*-moz-border-radius-topleft:3px;*/
/*-webkit-border-top-left-radius:3px;*/
/*border-top-left-radius:3px;*/
/*}*/
/*.table tr:first-child th:last-child{*/
/*-moz-border-radius-topright:3px;*/
/*-webkit-border-top-right-radius:3px;*/
/*border-top-right-radius:3px;*/
/*}*/

/*.table tr td:first-child{*/
/*text-align: left;*/
/*padding-left:20px;*/
/*border-left: 0;*/
/*}*/
/*.table tr td {*/
/*padding:18px;*/
/*border-top: 1px solid #ffffff;*/
/*border-bottom:1px solid #e0e0e0;*/
/*border-left: 1px solid #e0e0e0;*/
/**/
/*background: #d3e3b6;*/
/*background: -webkit-gradient(linear, left top, left bottom, from(#e4eed3), to(#d7e5bd));*/
/*background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);*/
/*}*/
/*.table tr:nth-child(even) td{*/
/*background: #f6f6f6;*/
/*background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));*/
/*background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);*/
/*}*/
/*.table tr:last-child td{*/
/*border-bottom:0;*/
/*}*/
/*.table tr:last-child td:first-child{*/
/*-moz-border-radius-bottomleft:3px;*/
/*-webkit-border-bottom-left-radius:3px;*/
/*border-bottom-left-radius:3px;*/
/*}*/
/*.table tr:last-child td:last-child{*/
/*-moz-border-radius-bottomright:3px;*/
/*-webkit-border-bottom-right-radius:3px;*/
/*border-bottom-right-radius:3px;*/
/*}*/
/*.table tr:hover td{*/
/*background: #f2f2f2;*/
/*background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));*/
/*background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);*/
/*}*/
/**/
/*.table a:link {*/
/*color: #666;*/
/*font-weight: bold;*/
/*text-decoration:none;*/
/*}*/
/*.table a:visited {*/
/*color: #999999;*/
/*font-weight:bold;*/
/*text-decoration:none;*/
/*}*/
/*.table a:active,*/
/*.table a:hover {*/
/*color: #bd5a35;*/
/*text-decoration:underline;*/
	/*}*/