.container { padding: 2.9rem 1rem 0 1rem } .container span { font-size: 1.2rem } .stackpanel-vertical { display: flex; flex-direction: column; } .stackpanel-horizontal { display: flex; flex-wrap: wrap; -webkit-flex-wrap:wrap; flex-direction: row; } .btngroup { margin: 1.25rem 0 4.5rem 0 } .btn { border: 1px solid #d9d9d9; border-radius: 0.25rem; height: 2.4rem; width: 23%; line-height: 2.4rem; color: #000000; font-size: 0.8rem; margin: 0 0.2rem 1.25rem 0.2rem; } .btn-free-width { border: 1px solid #d9d9d9; border-radius: 0.25rem; height: 2.4rem; line-height: 2.4rem; color: #000000; min-width: 23%; font-size: 0.8rem; margin: 0 0.2rem 1.25rem 0.2rem; padding:0 0.4rem; box-sizing: border-box; } /*.btn-free-width:nth-child(4n+4){ margin: 0 0rem 1.25rem 0; }*/ .btn-highlight { color: #eabe2a; border: 1px solid #eabe2a; } .bottom { position: fixed; width: 100%; bottom: 0; } .submitbtn-common { width: 50%; height: 3.2rem; line-height: 3.2rem; } .submitbtn-gray { background: #f2f2f2; }