border-radius: .3rem;
}
+article section a.link {
+ display: block;
+ text-align: center;
+ margin: 0 auto;
+ padding: .5rem;
+ /*display: flex;
+ align-items: center;
+ gap: .5rem;*/
+}
+
+article section a.link img {
+ /*width: 12rem;*/
+ padding-right: .5rem;
+ text-align: right;
+ vertical-align: bottom;
+}
+
+article section a.link span {
+ width: 24rem;
+ line-height: 50px;
+ /*flex: 1 1;*/
+}
+
section {
border-radius: .4rem;
}
+section .center {
+ display: flex;
+ flex-direction: row;
+ justify-content: center;
+ align-items: center;
+ margin-bottom: .5rem;
+ /*display: block;
+ width: 24rem;*/
+ /*margin: 0 auto;*/
+ gap: .5rem;
+}
+
/*article {
background-color: #cff;
}
box-sizing: border-box;
}
+optgroup {
+ border: none;
+}
+
+/*option[selected='selected'],*/
+/*option:not(:checked),*/
+option:checked {
+ background-color: #cff;
+}
+
+
form {
display: flex;
flex-direction: column;
text-align: center;
}
-form .row {
- flex-direction: row;
-}
-
form div {
display: flex;
align-content: space-around;
margin-bottom: 0;
}
+form div.row {
+ flex-direction: row;
+ gap: .5rem;
+ flex-wrap: wrap;
+}
+
form label {
width: 12rem;
line-height: 1.3rem;
- padding-right: 1rem;
+ /*padding-right: 1rem;*/
text-align: right;
+ overflow-x: hidden;
+ text-overflow: ellipsis;
}
form label.captcha {
margin: 0 auto;
}
+form optgroup,
+form option {
+ width: 100%;
+}
+
+/*form optgroup {
+ width: 23.8rem;
+}
+
+form option {
+ width: 23.6rem;
+}*/
+
+/*Checkbox input*/
+form input[type='checkbox'] {
+ width: 1.5rem;
+}
+
form select {
padding: 0 .1rem .1rem .1rem;
}
form button {
width: 10rem;
/*margin: .5rem auto 0 auto;*/
- margin: 0 auto;
+ /*margin: 0 auto;*/
padding: 0 .1rem .2rem .1rem;
}
+/*form button img {
+ float: left;
+ padding: .5rem;
+}*/
+
form .message {
margin: 0 0 .5rem 0;
}
}
form label {
- width: 6rem;
line-height: 2rem;
}
form label.captcha img {
height: auto;
- width: 6rem;
padding: .25rem 0;
}
line-height: 2rem;
}
+ form select {
+ height: 2.4rem;
+ }
+
form button {
width: 6rem;
line-height: 2rem;
form select,
form textarea,
form section section {
- width: 14rem;
+ width: 12rem;
margin: 0 auto;
}