@import url("https://fonts.googleapis.com/css?family=Slabo+27px"); @font-face { font-family: 'Slabo27px-Regular'; src: url("assets/fonts/Slabo27px-Regular.woff2") format("woff2"), url("assets/fonts/Slabo27px-Regular.woff") format("woff"), url("assets/fonts/Slabo27px-Regular.ttf") format("truetype"), url("assets/fonts/Slabo27px-Regular.eot?"), url("assets/fonts/Slabo27px-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Slabo27px-Regular.svg#Slabo27px-Regular") format("svg"), url("assets/fonts/Slabo27px-Regular.otf") format("opentype"); } .wrap-option { background: #dce2ee; border: 1px solid #4a5d63; color: #1d262f; font-family: "Slabo 27px", "Slabo27px-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 16px; margin: 24px 0 0 0; padding: 0 16px; } .wrap-option .setting-panel-title { color: #1d262f; line-height: 1; margin-bottom: 16px; padding: 0; text-align: center; text-transform: capitalize; } .wrap-option .form-table tbody tr { display: block; margin-bottom: 16px; } .wrap-option .form-table tbody tr th { background: #4a5d63; border: 1px solid #4a5d63; color: #ffffff; font-size: 15px; font-weight: normal; letter-spacing: 1px; min-width: 160px; padding: 8px; vertical-align: middle; width: initial; } .wrap-option .form-table tbody tr td { background: #ffffff; border: 1px solid #4a5d63; padding: 8px; } .wrap-option .form-table tbody tr td input, .wrap-option .form-table tbody tr td textarea { border: 0; box-shadow: none; height: initial; margin: 0; padding: 0; } .wrap-option .submit { text-align: right; } .wrap-option .submit .button { background: #f99b15; border: 0; box-shadow: none; color: #1d262f; font-size: 16px; text-shadow: none; transition: all linear 0.2s; } .wrap-option .submit .button:hover { background: #fec418; }