GravTheme/css/page.css

846 lines
24 KiB
CSS

html {
position: relative;
margin: 0;
padding: 0;
height: 100%;
}
body {
margin: 0;
padding: 0;
text-align: left;
height: 100%;
}
/* General purpose WSX5's required classes */
.imClear { visibility: hidden; clear: both; border: 0; margin: 0; padding: 0; }
.imHidden { display: none; }
.imCaptFrame { vertical-align: middle; }
.imAlertMsg { padding: 10px; font: 10pt "Trebuchet MS"; text-align: center; color: #000; background-color: #fff; border: 1px solid; }
.alert { padding: 5px 7px; margin: 5px 0 10px 0; border-radius: 5px; border: 1px solid; font: inherit; }
.alert-red { color: #ff6565; border-color: #ff6565; background-color: #fcc; }
.alert-green { color: #46543b; border-color: #8da876; background-color: #d5ffb3; }
.object-generic-error { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; background-color: black; color: white; font-family: 'Unica One'; }
.object-generic-error div { padding: 5px 20px; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.vertical-middle, tr.vertical-middle td { vertical-align: middle; }
/* Page default */
#imPage { font: normal normal normal 14pt 'Unica One'; color: rgba(0, 0, 0, 1); background-color: transparent; text-decoration: none; text-align: left; }
.text-tab-content { text-align: left; }
.text-tab-content hr { border-color: rgba(0, 0, 0, 1); }
.dynamic-object-text p { line-height: 28px; }
/* Page Title */
#imPgTitle, #imPgTitle a, .imPgTitle, .imPgTitle a { padding-top: 2px; padding-bottom: 2px; margin: 5px 0; font: normal normal bold 12pt 'Marcellus SC'; color: rgba(255, 255, 255, 1); background-color: transparent; text-decoration: none; text-align: left; }
#imPgTitle, .imPgTitle { border-width: 0 0 0 0; border-style: solid; border-color: transparent transparent transparent transparent; }
#imPgTitle.imTitleMargin, .imPgTitle.imTitleMargin { margin-left: 2px; margin-right: 2px; }
/* Breadcrumb */
.imBreadcrumb, #imBreadcrumb { display: none; }
.imBreadcrumb, .imBreadcrumb a, #imBreadcrumb, #imBreadcrumb a { padding-top: 2px; padding-bottom: 2px; font: normal normal normal 7pt 'Unica One'; color: rgba(159, 171, 176, 1); background-color: transparent; text-decoration: none; text-align: left; }
.imBreadcrumb, #imBreadcrumb { border-width: 0 0 0 0; border-style: solid; border-color: transparent transparent transparent transparent}
.imBreadcrumb a, .imBreadcrumb a:link, .imBreadcrumb a:hover, .imBreadcrumb a:visited, .imBreadcrumb a:active { color: rgba(159, 171, 176, 1); display: inline-block; }
/* Links */
.imAbbr:link { background-color: transparent; color: rgba(255, 0, 0, 1); text-decoration: none; }
.imAbbr:visited { background-color: transparent; color: rgba(61, 40, 17, 1); text-decoration: none; }
.imAbbr:hover, .imAbbr:active { background-color: transparent; color: rgba(193, 203, 206, 1); border-bottom: 1px dotted rgba(193, 203, 206, 1); text-decoration: none; }
#imPage input[type=text], #imPage input[type=password], #imPage input[type=email], #imPage input[type=tel], textarea, span.textarea, #cart-container .user-form select { font: inherit; border-style: solid; border-width: 1px 1px 1px 1px; border-color: rgba(159, 171, 176, 1) rgba(159, 171, 176, 1) rgba(159, 171, 176, 1) rgba(159, 171, 176, 1); background-color: rgba(255, 255, 255, 1); color: rgba(0, 0, 0, 1); border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;padding: 5px 5px 5px 5px; box-shadow: none; box-sizing: border-box; }
#imPage input[type=text].captchaInvalid, #imPage input[type=text].mandatoryInvalid, #imPage input[type=password].mandatoryInvalid, #imPage input[type=email].mandatoryInvalid, #imPage input[type=tel].mandatoryInvalid, textarea.mandatoryInvalid, span.textarea.mandatoryInvalid { border-color: red; }
textarea { resize: none; }
#imPage input[type=button], #imPage input[type=submit], #imPage input[type=reset], #imPage button.imButton {padding: 5px 5px 5px 5px; cursor: pointer; font: inherit; background-color: rgba(54, 71, 79, 1); color: rgba(255, 255, 255, 1); border-style: solid; border-width: 0px 0px 0px 0px; border-color: rgba(55, 71, 79, 1) rgba(55, 71, 79, 1) rgba(55, 71, 79, 1) rgba(55, 71, 79, 1); border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;box-sizing: content-box; -webkit-appearance: none; }
.search_form input { border-radius: 0; }
input[type=button], input[type=submit], input[type=reset], button { -webkit-appearance: none; }
.pagination-container { text-align: center; margin: 10px 0; box-sizing: border-box; }
.pagination-container .dots-page { margin: 0 3px; padding: 0; }
.pagination-container .page { margin: 0 1px; padding: 5px 8px; border-radius: 3px; background-color: transparent; color: rgba(0, 0, 0, 1); text-decoration: none; transition: color 0.2s linear, background-color 0.2s linear; cursor: pointer;}
.pagination-container .page:hover { background-color: transparent; color: rgba(193, 203, 206, 1); }
.pagination-container .page.current { background-color: transparent; color: rgba(255, 0, 0, 1); }
.imNoScript { position: absolute; top: 5px; left: 5%; width: 90%; font: normal normal normal 14pt 'Unica One'; text-decoration: none; text-align: left; }
/* Popup */
#imGuiPopUp { padding: 20px; position: fixed; background-color: rgba(67, 67, 67, 1); border-style: solid; border-width: 0px 0px 0px 0px; border-color: rgba(55, 71, 79, 1) rgba(55, 71, 79, 1) rgba(55, 71, 79, 1) rgba(55, 71, 79, 1); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px;font: normal normal normal 13pt 'Open Sans'; color: rgba(243, 243, 243, 1); background-color: transparent; text-decoration: none; text-align: center; }
.imGuiButton { margin-top: 20px; margin-left: auto; margin-right: auto; text-align: center; width: 80px; cursor: pointer; background-color: #444; color: white; padding: 5px; font-size: 14px; font-family: Arial; }
#imGuiPopUpBg { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(67, 67, 67, 1); }
.alertbox { cursor: default; text-align: center; padding: 0; }
.alertbox .close-button { cursor: pointer; position: absolute; top: 2px; right: 2px; font-weight: bold; cursor: pointer; font-family: Tahoma; }
.alertbox .target-image { cursor: pointer; margin: 0px auto; }
h1 {
font-family: "Marcellus SC", sans-serif;
vertical-align: baseline;
font-size: 36pt;
line-height: 72px;
text-align: center;
font-style: normal;
font-weight: normal;
width: 100%;
}
#imPageExtContainer {
min-height: 100%;
background-image: none;
}
#imPageIntContainer {
position: relative;
}
#imPage {
position: relative;
width: 100%;
padding-top: 0px;
padding-bottom: 0px;
display: -ms-grid;
display: grid;
-ms-grid-columns: minmax(0, 1fr) 1150px minmax(0, 1fr);
grid-template-columns: minmax(0, 1fr) 1150px minmax(0, 1fr);
-ms-grid-rows: 184px auto 70px;
grid-template-rows: 184px auto 70px;
}
#imPage.without-id_animation-in-progress {
overflow: hidden;
}
#imHeaderBg {
position: absolute;
left: 0;
top: 0;
width: 100%;
}
#imContent {
position: relative;
align-self: start;
padding: 5px 0 0px 0;
grid-row-start: 2;
grid-row-end: 3;
grid-column-start: 1;
grid-column-end: 4;
display: grid;
grid-template-columns: minmax(0px, 1fr) 1150px minmax(0px, 1fr);
}
.page-cell {
grid-column: 2;
padding: 5px 10px;
z-index: 10;
}
.page-cell-fullwidth {
padding: 0;
grid-column-start: 1;
grid-column-end: 4;
}
#imFooterObjects, #imStickyBarObjects {
display: flex;
align-items: center;
}
#imStickyBarContainer {
visibility: hidden;
position: fixed;
}
#to-top {
position: fixed;
bottom: 30px;
right: 30px;
z-index: 10500;
display: none;
opacity: 0.75
}
#to-top:hover {
opacity: 1;
cursor: pointer;
}
#imStickyBar {
position: relative;
top: 0;
left: 0;
margin: auto;
width: 100%;
max-width: 1150px;
}
#imHeader {
display: block;
-ms-grid-column: 1;
-ms-grid-column-span: 3;
grid-column: 1 / 4;
-ms-grid-row: 1;
-ms-grid-row-span: 1;
grid-row: 1 / 2;
background-image: none;
background-color: transparent;
}
#imContentGraphics {
display: block;
-ms-grid-column: 2;
-ms-grid-column-span: 1;
grid-column: 2 / 3;
-ms-grid-row: 2;
-ms-grid-row-span: 1;
grid-row: 2 / 3;
}
main {
justify-self: stretch;
}
#imHeader_imObjectImage_02_wrapper {
position: relative;
-ms-grid-row-align: start;
align-self: start;
-ms-grid-column-align: center;
justify-self: center;
max-width: 100%;
box-sizing: border-box;
z-index: 3;
vertical-align: top;
font-size: 0;
margin: 0 auto;
}
#imHeader_imObjectImage_02_wrapper img {
width: 100%;
height: auto;
vertical-align: top;
}
#imHeader_imObjectTitle_05 {
position: relative;
-ms-grid-row-align: start;
align-self: start;
-ms-grid-column-align: center;
justify-self: center;
max-width: 100%;
box-sizing: border-box;
z-index: 3;
margin: 0;
text-align: center;
}
#imHeader_imObjectTitle_05_text {
font: normal normal bold 40pt 'Marcellus SC';
padding: 0px 6px 5px 0px;
background-color: transparent;
position: relative;
display: inline-block;
}
#imHeader_imObjectTitle_05_text,
#imHeader_imObjectTitle_05_text a {
color: rgba(255, 0, 0, 1);
overflow-wrap: break-word;
max-width: 100%;
white-space: pre-wrap;
}
#imHeader_imObjectTitle_05_text a {
text-decoration: none;
}
#imCell_1 { position: relative; box-sizing: border-box; }
@media (min-width: 1150.0px) {
#imPage {
min-width: 1150px;
}
#imHeaderBg {
height: 185px;
background-position: left top;
background-repeat: no-repeat;
background-attachment: scroll;
background-color: rgba(255, 255, 255, 1);
}
#imHeaderObjects {
margin-left: auto;
margin-right: auto;
position: relative;
height: 184px;
width: 1150px;
}
#imContent {
padding: 0px 0 0px 0;
}
#imContentGraphics {
min-height: 501px;
background-image: none;
background-color: transparent;
}
#imStickyBarContainer {
top: 0;
left: 0;
right: 0;
margin: auto;
width: 100%;
height: 70px;
box-sizing: border-box;
z-index: 10301;
}
#imStickyBarGraphics {
top: 0;
left: 0;
right: 0;
margin: auto;
width: 100%;
height: 70px;
box-sizing: border-box;
background-image: none;
background-color: rgba(67, 67, 67, 1);
position: absolute;
opacity: 0.75
}
#imHeader_imObjectImage_02_wrapper {
position: absolute;
top: 4px;
left: 6px;
width: 180px;
height: 180px;
text-align: center;
z-index: 1002;
overflow: hidden;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}
#imHeader_imObjectImage_02_wrapper img {
-webkit-clip-path: inset(0 0 0% 0);
clip-path: inset(0 0 0% 0);
}
#imHeader_imObjectTitle_05_wrapper {
position: absolute;
top: 44px;
left: 200px;
width: 940px;
height: 60px;
text-align: center;
z-index: 1004;
}
#imHeader_imObjectTitle_05 {
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
text-shadow: 0px 0px 0px rgba(128, 128, 128, 1.000), 1px 1px 0px rgba(128, 128, 128, 0.694), 2px 2px 0px rgba(128, 128, 128, 0.444), 3px 2px 0px rgba(128, 128, 128, 0.250), 4px 3px 0px rgba(128, 128, 128, 0.111), 5px 4px 0px rgba(128, 128, 128, 0.028);
width: 100%;
}
#imHeader_imObjectTitle_05_text {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
#imCell_1 { padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; }
}
@media (max-width: 1149.9px) and (min-width: 720.0px) {
#imHeaderBg {
height: 201px;
background-position: left top;
background-repeat: no-repeat;
background-attachment: scroll;
background-color: transparent;
}
#imHeaderObjects {
margin-left: auto;
margin-right: auto;
position: relative;
height: 201px;
width: 720px;
}
#imContentGraphics {
min-height: 600px;
background-image: none;
background-color: transparent;
}
#imStickyBarContainer {
top: 0;
left: 0;
right: 0;
margin: auto;
width: 100%;
box-sizing: border-box;
z-index: 10301;
}
#imStickyBarGraphics {
top: 0;
left: 0;
right: 0;
margin: auto;
width: 100%;
box-sizing: border-box;
background-image: none;
background-color: rgba(67, 67, 67, 1);
position: absolute;
opacity: 0.75
}
#imPage {
min-width: 720px;
-ms-grid-columns: minmax(0, 1fr) 720px minmax(0, 1fr);
grid-template-columns: minmax(0, 1fr) 720px minmax(0, 1fr);
-ms-grid-rows: 201px auto 60px;
grid-template-rows: 201px auto 60px;
}
#imHeader {
display: block;
-ms-grid-column: 2;
-ms-grid-column-span: 1;
grid-column: 2 / 3;
-ms-grid-row: 1;
-ms-grid-row-span: 1;
grid-row: 1 / 2;
}
#imContent {
display: block;
-ms-grid-column: 1;
-ms-grid-column-span: 3;
grid-column: 1 / 4;
-ms-grid-row: 2;
-ms-grid-row-span: 1;
grid-row: 2 / 3;
}
#imContentGraphics {
display: block;
-ms-grid-column: 2;
-ms-grid-column-span: 1;
grid-column: 2 / 3;
-ms-grid-row: 2;
-ms-grid-row-span: 1;
grid-row: 2 / 3;
}
#imHeader_imObjectImage_02_wrapper {
position: absolute;
top: 14px;
left: 11px;
width: 175px;
height: 182px;
text-align: center;
z-index: 1002;
overflow: hidden;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}
#imHeader_imObjectImage_02_wrapper img {
-webkit-clip-path: inset(0 0 -4% 0);
clip-path: inset(0 0 -4% 0);
}
#imHeader_imObjectTitle_05_wrapper {
position: absolute;
top: 34px;
left: 190px;
width: 540px;
height: 150px;
text-align: center;
z-index: 1003;
}
#imHeader_imObjectTitle_05 {
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
text-shadow: 0px 0px 0px rgba(128, 128, 128, 1.000), 1px 1px 0px rgba(128, 128, 128, 0.694), 2px 2px 0px rgba(128, 128, 128, 0.444), 3px 2px 0px rgba(128, 128, 128, 0.250), 4px 3px 0px rgba(128, 128, 128, 0.111), 5px 4px 0px rgba(128, 128, 128, 0.028);
width: 100%;
}
#imHeader_imObjectTitle_05_text {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
#imCell_1 { padding-top: 10px; padding-bottom: 10px; padding-left: 6px; padding-right: 6px; }
}
@media (max-width: 719.9px) and (min-width: 480.0px) {
#imPage {
min-width: 480px;
}
#imHeaderBg {
height: 201px;
background-position: left top;
background-repeat: no-repeat;
background-attachment: scroll;
background-color: transparent;
}
#imHeaderObjects {
margin-left: auto;
margin-right: auto;
position: relative;
height: 201px;
width: 480px;
}
#imContentGraphics {
min-height: 600px;
background-image: none;
background-color: transparent;
}
#imStickyBarContainer {
top: 0;
left: 0;
right: 0;
margin: auto;
width: 100%;
height: 50px;
box-sizing: border-box;
z-index: 10301;
}
#imStickyBarGraphics {
top: 0;
left: 0;
right: 0;
margin: auto;
width: 100%;
height: 50px;
box-sizing: border-box;
background-image: none;
background-color: rgba(67, 67, 67, 1);
position: absolute;
opacity: 0.75
}
#imPageExtContainer:after {
position: fixed;
top: 0;
right: 0;
width: 0;
height: 0;
content: '';
opacity: 0;
transition: opacity 1000ms;
z-index: 10401;
}
#imPage {
display: -ms-grid;
display: grid;
-ms-grid-columns: minmax(0, 1fr) 480px minmax(0, 1fr);
grid-template-columns: minmax(0, 1fr) 480px minmax(0, 1fr);
-ms-grid-rows: 201px auto 50px;
grid-template-rows: 201px auto 50px;
}
#imHeader {
display: block;
-ms-grid-column: 1;
-ms-grid-column-span: 3;
grid-column: 1 / 4;
-ms-grid-row: 1;
-ms-grid-row-span: 1;
grid-row: 1 / 2;
}
#imContent {
display: block;
-ms-grid-column: 1;
-ms-grid-column-span: 3;
grid-column: 1 / 4;
-ms-grid-row: 2;
-ms-grid-row-span: 1;
grid-row: 2 / 3;
}
#imContentGraphics {
display: block;
-ms-grid-column: 2;
-ms-grid-column-span: 1;
grid-column: 2 / 3;
-ms-grid-row: 2;
-ms-grid-row-span: 1;
grid-row: 2 / 3;
}
#imHeader_imObjectImage_02_wrapper {
position: absolute;
top: 70px;
left: 12px;
width: 130px;
height: 130px;
text-align: center;
z-index: 1002;
overflow: hidden;
}
#imHeader_imObjectImage_02_wrapper img {
-webkit-clip-path: inset(0 0 0% 0);
clip-path: inset(0 0 0% 0);
}
#imHeader_imObjectImage_02_wrapper {
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}
#imHeader_imObjectTitle_05 {
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}
#imHeader_imObjectTitle_05 {
text-shadow: 0px 0px 0px rgba(128, 128, 128, 1.000), 1px 1px 0px rgba(128, 128, 128, 0.694), 2px 2px 0px rgba(128, 128, 128, 0.444), 3px 2px 0px rgba(128, 128, 128, 0.250), 4px 3px 0px rgba(128, 128, 128, 0.111), 5px 4px 0px rgba(128, 128, 128, 0.028);
}
#imHeader_imObjectTitle_05 {
width: 100%;
}
#imHeader_imObjectTitle_05_text {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
#imHeader_imObjectTitle_05_wrapper {
position: absolute;
top: 80px;
left: 150px;
width: 320px;
height: 120px;
text-align: center;
z-index: 1004;
}
#imHeader_imObjectTitle_05 {
width: 100%;
position: relative;
place-self: start center;
max-width: 100%;
box-sizing: border-box;
z-index: 3;
}
#imHeader_imObjectTitle_05_text,
#imHeader_imObjectTitle_05_text a {
color: rgb(255, 0, 0);
overflow-wrap: break-word;
max-width: 100%;
white-space: pre-wrap;
}
#imHeader_imObjectTitle_05_text {
font: bold 30pt "Marcellus SC";
padding: 0px 6px 5px 0px;
background-color: transparent;
position: relative;
display: inline-block;
}
#imCell_1 { padding-top: 10px; padding-bottom: 10px; padding-left: 4px; padding-right: 4px; }
}
@media (max-width: 479.9px) {
#imHeaderBg {
height: 200px;
background-position: left top;
background-repeat: no-repeat;
background-attachment: scroll;
background-color: transparent;
}
#imHeaderObjects {
margin-left: auto;
margin-right: auto;
position: relative;
height: 201px;
width: 320px;
}
#imContentGraphics {
min-height: 600px;
background-image: none;
background-color: transparent;
}
#imStickyBarContainer {
top: 0;
left: 0;
right: 0;
margin: auto;
width: 100%;
height: 40px;
box-sizing: border-box;
z-index: 10301;
}
#imStickyBarGraphics {
top: 0;
left: 0;
right: 0;
margin: auto;
width: 100%;
height: 40px;
box-sizing: border-box;
background-image: none;
background-color: rgba(67, 67, 67, 1);
position: absolute;
opacity: 0.75
}
#imPageExtContainer:after {
position: fixed;
top: 0;
right: 0;
width: 0;
height: 0;
content: '';
opacity: 0;
transition: opacity 1000ms;
z-index: 10401;
}
#imPage {
display: -ms-grid;
display: grid;
-ms-grid-columns: 0 minmax(0, 1fr) 0;
grid-template-columns: 0 minmax(0, 1fr) 0;
-ms-grid-rows: 201px auto 50px;
grid-template-rows: 201px auto 50px;
}
#imHeader {
display: block;
-ms-grid-column: 2;
-ms-grid-column-span: 1;
grid-column: 2 / 3;
-ms-grid-row: 1;
-ms-grid-row-span: 1;
grid-row: 1 / 2;
}
#imContent {
display: block;
-ms-grid-column: 2;
grid-column: 2;
-ms-grid-row: 2;
-ms-grid-row-span: 1;
grid-row: 2 / 3;
}
#imContentGraphics {
display: block;
-ms-grid-column: 2;
-ms-grid-column-span: 1;
grid-column: 2 / 3;
-ms-grid-row: 2;
-ms-grid-row-span: 1;
grid-row: 2 / 3;
}
#imHeader_imObjectImage_02_wrapper {
position: absolute;
top: 88px;
left: 2px;
width: 110px;
height: 110px;
text-align: center;
z-index: 1003;
overflow: hidden;
}
#imHeader_imObjectImage_02_wrapper img {
-webkit-clip-path: inset(0 0 0% 0);
clip-path: inset(0 0 0% 0);
}
#imHeader_imObjectImage_02_wrapper {
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}
#imHeader_imObjectTitle_05 {
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}
#imHeader_imObjectTitle_05 {
text-shadow: 0px 0px 0px rgba(128, 128, 128, 1.000), 1px 1px 0px rgba(128, 128, 128, 0.694), 2px 2px 0px rgba(128, 128, 128, 0.444), 3px 2px 0px rgba(128, 128, 128, 0.250), 4px 3px 0px rgba(128, 128, 128, 0.111), 5px 4px 0px rgba(128, 128, 128, 0.028);
}
#imHeader_imObjectTitle_05 {
width: 100%;
}
#imHeader_imObjectTitle_05_text {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
#imHeader_imObjectTitle_05_wrapper {
position: absolute;
top: 90px;
left: 120px;
width: 210px;
height: 110px;
text-align: center;
z-index: 1002;
}
#imHeader_imObjectTitle_05 {
width: 100%;
}
#imHeader_imObjectTitle_05_text,
#imHeader_imObjectTitle_05_text a {
color: rgb(255, 0, 0);
font-size: 22pt;
overflow-wrap: break-word;
max-width: 100%;
white-space: pre-wrap;
}
#imCell_1 { padding-top: 10px; padding-bottom: 10px; padding-left: 5px; padding-right: 5px; }
}