html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.main {
    width: 100%;
    height: 100%;
}

.mapContainer {
    width: 100%;
    height: 100%;
}

#conversion-tool-box {
    width: 375px;
    height: 236px;
    padding: 16px;
    position: fixed;
    left: 4px;
    top: 4px;
    z-index: 2019;
    background: #FFF;
    border: 1px solid #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.convert-op-item {
    margin-left: 110px !important;
}

.title-td {
    width: 80px;
    text-align: center;
    color: #0C0C0C;
}