/*Backend*/
.toePriceTemplatesQTY, .toePriceTemplatesPrice{
	width: 100%;
}

.delete_price_template{
	display: block;
	width: 16px;
	height: 16px;
	background: url("../img/delete.png") no-repeat;
	cursor: pointer;
}

/*Frontend*/

#toe_price_templates_frontend {
    font-size:1.0em;
}

table {
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0;
    background-color: transparent;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    margin: 0px;
    outline: none;
    padding: 0;
    text-decoration: none;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page {
    text-align: left;
}
body {
    font-family: 'Arial';
    font-size: 12px;
    color: #6c6d6e;
}
html {
    -webkit-text-size-adjust: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
}

.toe_price_templates_frontend th {
    background: #f4f4f4;
    border: 1px solid #ddd;
    color: #444;
    padding: 3px;
    font-weight: normal;
    font-size:1.0em;
}

.toe_price_templates_frontend td {
    background: #fff;
    border: 1px solid #ddd;
    color: #444;
    padding: 3px;
    font-weight: normal;
    font-size:1.0em;
}

th {
    text-align: left;
}

#product_price {  
    color: #ff9933;
    font-size: 1.5em;
    padding: 5px 0px 5px 0px;
    font-weight: normal;
}
.product_price {  
    color: #ff9933;
    font-size: 1.5em;
    padding: 5px 0px 5px 0px;
    font-weight: normal;
}


.product_qty {  
    color: #444;
    padding: 5px 0px 5px 0px;
}

.toeProductOptions {
color: #FF9900;
font-size: 1.0em;
padding: 5px 0px 5px 0px;
font-weight: normal;
border: 1px solid #ddd;
line-height: 1.0em;
max-width: 80%; 
}