.template-list .pagination{margin-top:10px;text-align:right}.update-test .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.update-test .main{margin-top:30px}.update-test .main .section{border-bottom:1px solid #ccc;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.update-test .main .section .section-title{min-width:300px;line-height:32px}.update-test .main .section .section-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.update-test .main .selected-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:10px}.update-test .main .selected-list .selected-item{border:1px solid #ccc;border-radius:5px;margin-right:10px;margin-bottom:10px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1;height:30px;position:relative;cursor:pointer}.update-test .main .selected-list .selected-item:after{content:"Remove";display:none;position:absolute;left:0;top:0;background:red;color:#fff;width:100%;height:30px;line-height:30px;border-radius:5px;text-align:center}.update-test .main .selected-list .selected-item:hover:after{display:block}