/* colours

D grey: #595a5c
Grey Text: #333333
L grey: #f2f2f2

Red: #EF4118

Blue: #2aade3 

cyan: #00aeef

aqua: #00a3ad


<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap" rel="stylesheet">

font-family: 'Roboto', sans-serif;


*/
#e03_mob
{
	display:none;
}

body {
	margin: 0px;
}


td,th,p {
	font-family: 'LindeDaxReg',Arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: left;
	line-height: 150%;
}


table {
    border-collapse: collapse;
}

b {
	font-weight: 700;
}

.right {
	text-align: right;
}


.table_left {
	padding: 6px 0px 6px 8px;
}

.table_right {
	text-align: right;
	padding: 6px 8px 6px 0px;
}
.table_rightb
{
	text-align: right;
	padding: 6px 8px 6px 0px;
}
.price {
	font-size: 36px;
	color:#ed1c24;
	font-weight: 400;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 7px;
}

.table_right img{
	width: 28px;
	height: 28px;
	margin-top: -10px;
}


@media only screen and (max-width: 700px) {

#e03_pc {
	display: none;
}

#e03_mob {
	display: inline;
}



}



/*----------	PC size    ---------*/		


#e01_pc {
	display: block;
}

#e01_mob {
	display: none;
}



/*----------	Mob size    ---------*/		
		
@media only screen and (max-width: 580px) {

#e01_pc {
	display: none;
}

#e01_mob {
	display: block;
}



}