.example-list { width: 100%; max-width: 100%; border: solid 1px #ccc; min-height: 30px; display: block; background: rgb(223, 223, 223); border-radius: 4px; overflow: hidden; align-items: center; cursor: move; } .example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) { transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); } .data-table{ width: 60%; height: 200px; overflow: scroll; } table{ width: 100%; } tr { width: 50%; } th{ width: 50%; } td{ width: 50%; } label{ size: 70px; } .field-group { position: relative; display: block; } .field-group input.input-emphasized[type="search"] + .reset-field:after { top: 14px; } .field-group input + .reset-field { background: none; height: 36px; width: 45px; display: none; padding: 0; position: absolute; right: 0; top: 0; box-shadow: none; border: none; content: " "; } label + .field-group, label + .input-append, label + .row, label + .row-nowrap, label + .form-row { margin-top: 5px; } .defaultFontSize{ font-size: 16px; width: 800px; height: 40px; } input { width: 800px; height: 20px; } button, input, select, textarea { margin: 0; font-size: 100%; vertical-align: middle; } input { padding: 8px 15px 8px 15px; } select, textarea, input { border-radius: 6px; color: #5a5a5a; display: inline-block; font-size: 1.6rem; margin: 0px; padding: 0 15px 0 15px; vertical-align: middle; line-height: normal; } input { background-color: #ffffff; border: 1px solid #d2d2d2; -webkit-appearance: none; box-shadow: 2px 3px 2px -2px rgba(0, 0, 0, 0.08) inset; transition: border .3s linear 0s; font-family: "Omnes-ECOMP-W02", Arial; } .field-group { position: relative; display: block; } .search{ width: 300px; height:30px; border-radius: 6px; }