#addressPage{padding:30px}#addressPage #addressForm{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-column-gap:20px;grid-row-gap:20px}#addressPage #addressForm input{width:100%}#addressPage #addressTable{margin-top:20px}#addressPage #addressTable ul{overflow-y:auto}#addressPage #addressTable li{grid-template-columns:200px 200px 200px 1fr 100px}#addressPage #addressTable li .table-cell{padding:10px}#addressPage #addressTable li .table-cell.actions{text-align:center;display:grid;grid-template-columns:1fr 1fr;justify-items:center}#addressPage #addressTable li img{cursor:pointer;height:20px}#addressPage .header-section{align-items:end;margin:40px 0 20px}#addressPage .header-section .download-section{justify-self:self-end}#addressPage .header-section .download-section #downloadBtn{min-width:250px}#addressPage .header-section .download-section #downloadBtn img{height:20px;margin-bottom:-4px;margin-right:10px}#addressPage #editAddressPopup input{width:100%}