addrblock {
 display: block;
 clear: both;
 position: relative;
 width: 100%;
 height: 100%;
}

.addrblock > .addrbox {
        display: flex;
        flex-direction: column;
 min-width: 120px;
 max-width: 720px;
}

.addrblock > .addrbox > .addrline {
 display: flex;
 flex: 1 1 auto;
 flex-direction: row;
 justify-content: flex-start;
 margin-bottom: 15px;
}

.addrblock > .addrbox > .addrline > .addrfield {
 display: flex;
 flex: 1 1 auto;
 flex-direction: column;
 justify-content: flex-start;
}


.addrblock > .addrbox > .addrline > .addrfield.line {
 flex-direction: row;
 margin-bottom: 8px;
 align-items: center;
}
.addrblock .addrfield.line label {
 padding-top: 4px;
}
.addrblock .addrfield.line input[type="checkbox"] {
}

@media all and (max-width: 450px) {
 .addrblock > .addrbox > .addrline {
  flex-direction: column;
  margin-bottom: 0px;
 }
 .addrblock > .addrbox > .addrline > .addrfield {
	margin-bottom: 5px;
 }
}


/*
** width, spacing, etc
*/

.addrblock > .addrbox > .addrline > .addrfield {
 margin-left: 18px;
}
.addrblock > .addrbox > .addrline > .addrfield:first-child {
 margin-left: 0px;
}


.addrblock > .addrbox > .addrline > .addrfield.addr_cn:first-child:last-child {
 max-width: 200px;
}
.addrblock > .addrbox > .addrline > .addrfield.addr_ti {
 max-width: 200px;
}
.addrblock > .addrbox > .addrline > .addrfield.addr_zi {
 max-width: 100px;
}


@media all and (max-width: 450px) {
 .addrblock > .addrbox > .addrline > .addrfield {
  margin-left: 0px;
 }

 .addrblock > .addrbox > .addrline > .addrfield.addr_cn:first-child:last-child,
 .addrblock > .addrbox > .addrline > .addrfield.addr_ti,
 .addrblock > .addrbox > .addrline > .addrfield.addr_zi {
 }
}


/*
** M I S C
*/

.addrblock > .addrbox > .addrline > .addrfield > .text {
 margin: 0px 0px 6px 0px;
 padding: 0px;
}


.addrblock textarea {
 resize: vertical;
}

