.center_content {}
th {padding: 2px !important; text-align: center !important; font-size: 12px;}
a {text-decoration: none !important;}
input[type="number"]::-moz-focus-inner, select::-moz-focus-inner {border: 1px solid #666;}
input::-webkit-outer-spin-button, 
input::-webkit-inner-spin-button{-webkit-appearance: none !important; margin: 0;}
input[type="number"]{-moz-appearance:textfield;}
input:invalid {box-shadow: none;}
.sub_title{background-color: #B4D7B4; width: 400px; height:20px; line-height:20px; padding:1px 5px; color: #424242; font: bold 14px Arial;}
.content_description{background-color: rgba(183, 196, 223, 0.5); padding: 3px 5px; font: 12px Arial;}
.top_bar{background-color: #7d97c3;}
.cal_title{color: #FFF; font: 14px Arial;padding: 0;}
.showValue{background: none; border-style: none; text-align: center; width: 60px;height: 16px;font-size: 15px;}
.title_tag{
    padding-left: 10px;
    background-color: #7d97c3;
    line-height: 40px;
    cursor: pointer;
}
.title_tag_box{height: 50px;}
.title_tag:hover {background: rgba(125, 151, 195, 0.6);}
.cal_row {width: 100%;margin-bottom: 50px;}
.cal_button{margin: 5px 0;font-size: 15px;}
#topbar{position: fixed; z-index: 10000;}
#content{position: fixed; background-color:#EEF1F8; font-size: 14px;width:100%; height: 100%; overflow-y: scroll;}
table:target {display: block; padding: 50px 0;margin: -50px auto;}
.calDensity{width: 100%; border-top: 1px dashed grey;}
.conBox_3{width: 70px;}
.inputConverBox{width: 80px;height: 20px;font-size: 15px;padding: 1px;border: solid 1px #ababab;}
.inputValueBox{width: 60px;height: 20px;font-size: 15px;padding: 1px;border: solid 1px #ababab;}
.changeUnitBox{width: 70px;height: 24px;font-size: 14px;padding: 1px;border: solid 1px #ababab;}
.inputDensity{width: 190px;}
.inputDensityLabel{width: 23px; font-size: 14px;}
.inputDensityUnit{width: 52px; font-size: 14px;}
.inputDensityArea{width: 180px; background-color: #ddd; padding: 6px; font-size: 14px;}
.wire_table{width: 370px; font-size: 14px;}
.wire_table td {font-size: 14px;}
.reference_table td {font-size: 14px;}
.sidenav {
    display: none;
    height: 100%;
    width: 240px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #b7c4df;
    overflow-x: hidden;
    padding-top: 50px;
}
.sidenav .closebtn {
    position: absolute;
    top: 152px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.home_title_tag_box {
	width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: solid 2px #7d97c3;    
    padding: 1px 10px;
    cursor: pointer;
}
.home_title_tag_box:hover {
    background: lightsteelblue;
}
.home_title_tag {
    padding: 0px 10px;
    font: bold 16px Arial;
    color: #7d97c3;
    display: inline;
    vertical-align: middle;
}
.home_title_tag:hover {
    color: #506bb7;
}
.title_tag_text {
    font: bold 13px Arial;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
}
.title_tag_text:hover {
    color: #f1f1f1;
}
#calLanguage img {
    width: 30px;
    height: 30px;
    margin: 10px;
}
.resistorTable{
    border: solid 2px #9a9a9a;
    width: 50%;
}
.resistorImage {
    padding: 0;
}
.LableFontStyle {font-size: 15px;}
.capacitorTable{
    border: solid 2px #9a9a9a;
    width: 50%;
}
.capacitorImage {
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%;
}

.seriesIdx input[type="checkbox"] {
  width:20px;
  height:20px;
  margin: 0;
  cursor: pointer;
}

.showCompleteValue {
    min-width: 100px;
    width: 100%;
}
.showResultValue {
    font-weight: bold;
}
.loginlogoutbutton {
    font: bold 13px Arial;
    color: #fff;
    padding: 0 5px;
    vertical-align: middle;
    background-color: #7d97c3;
    width: 62px;
    height: 28px;
    border-radius: 4px;
    cursor: pointer;
}
