			body {
		background: #ffffff;
		margin: 0;
	   	font-weight: 300;
	}
		
		.cell {
		display: table-cell;
		text-align: center;
	}


        .table {
		font-family: MrEavesModOT-Book,sans-serif;
            display: flex;
            flex-wrap: wrap;
            margin: 0 auto;
            padding: 2rem 0rem 0rem 0rem;
            max-width: 1100px;
        }
		
		.table-cell {
            box-sizing: border-box;
            flex-grow: 1;
            width: 100%;
            padding: 0.8em 1.2em;
            overflow: hidden;
            list-style-type: none;
            outline: 1px solid #ddd;
            text-align: center;
            font-weight: 300;
			margin-top: 1px;
			margin-left: 1px;
			text-align: center;

            }
		


.charttable {
            font-size: 12px;
            color: #222222;
            width: 100%;

            border-collapse: collapse;
				border: none;
        }

        .charttable th {
            font-size: 18px;
            background-color: #ffffff;
            border-width: 1px;
            padding: 8px;
            text-align: center;
			color: #000000;
						border: none;

        }

        .charttable tr {
            background-color: #f5f5f5;
			border: none;
        }

         .charttable td{
            font-size: 15px;
		font-family: MrEavesModOT-Book,sans-serif;
            border-width: 1px;
            padding: 8px;
  border-top: solid 1px #ffffff; 
  border-bottom: solid 1px #ffffff;
			text-align: center;


        }
		
		 td.rowname{

			text-align: right;
			 font-weight: 400;
			   border-left: none;
               font-family: MrEavesModOT-Bold,sans-serif;


        }
		 td.shopcell{

			text-align: right;
			 font-weight: bold;
			   border-left: none;
			  border-right: none;
			  border-bottom: none;
			 background-color: #ffffff;
			 			text-align: center;





        }

        .charttable tr:hover {
            background-color: #ffffff;
        }
		#blank{
            background-color: #ffffff;
            border-top: none;
			border-left: #ffffff;
		

        }