/* clc styles */

.clc_row, .clc_row_act, .clc_div {
    clear:both;
    height:2em;
    margin:0.5em 0 0.7em 0;
}

.clc_inp { 
    width:98%;
    height:1.5em; 
    line-height:1.5em; 
    border:2px solid #000; 
    text-align:right;
    font-size:1em !important;
}

.clc_sel { 
    width:98%;
    height:1.5em; 
    line-height:1.5em; 
    border:2px solid #000; 
    border-radius:4px;
    font-size:1em !important;
}

.calc_ed {
    border:2px solid #ccc; 
}


.clc_row_act input, .clc_row input { border-radius:4px; }

.clc_btn {
    /* line-height:29px; */
    border-radius:4px;
    height:2.5em; 
    padding: 0 1.5em 0 1.5em;
    vertical-align:middle;
    background: #eee;
    font-size:1.2em;
    border:2px solid #ccc;
    cursor: pointer;
}

#err_msg { padding:20px 0 0 20px; text-align:center; color:#990000; display:none }

.none { display:none }

.clc_row_act input {
	border:2px solid #000;
}

.clc_row input {
    border:2px solid #ddd;
}

#per100g{
    width: 97% !important;
}

.col1 { width:50%; float:left; line-height:1.1em; font-size:1.2em; margin-bottom: 10px;}
.col2 { width:48%; float:left; font-size:1.2em }
.center { text-align:center }

#res_div { font-weight:bold; }

.err_msg {
    padding: 20px 0px 0px 20px;
    text-align: center;
    color: #900;
    display: none;
}

/* clc end */