.bookmarklet{margin:30px 0;padding-bottom:20px;margin-bottom:20px;border-bottom:1px dashed var(--colorSingl)}
.bookmarklet .h2{margin-bottom:25px;background:var(--colorSingl);text-align:center;height:45px;vertical-align:middle;padding-top:1px;border-radius:3px;line-height:40px}
.bookmarklet .rowns{position:relative;display:-webkit-box;margin:10px 0}
.bookmarklet .infor{padding:1px 20px;line-height:25px;width:64%;font-size:15px;font-weight:400}
.bookmarklet .btn-box{width:36%}
.bookmarklet .btn{width:100%}
@media only screen and (max-width:584px){
	.bookmarklet .rowns { flex-wrap: wrap; }
.bookmarklet .btn-box { width: 100%; }
.bookmarklet .infor { padding: 20px 0 10px; width: 100%;}
}