body {padding: 30px}
.wrapper {width:100%; font-family: sans; position:relative;}
  .address-list {display:flex; justify-content: space-between; width:100%; }
    .source-address-list {width:38%; }
      .source-address-list textarea { min-height: 200px; width:100%; border: 1px solid #ccc; resize: none; padding:15px; font-size:12px; font-family: Sans}
    .result-address-list {width:58%; } 
      .result-address-list #result{ min-height: 200px;padding:15px;}
#map {width: 100%; height: 500px}

.tmpl-but {background: linear-gradient(to bottom, #fff, #eee); padding:10px; border:1px solid #ccc; border-radius: 5px; cursor: pointer}

.left {float: left}
.right {float: left; margin-left: 10px; }
.clear {clear: both}

.tab-result {font-size:12px; font-family: Sans}
.tab-result td {margin:0; padding:3px;}
.td-result {}
.td-source {}

.error {color: #c00}