+ line-height: 2rem;
+ }
+
+ .col label,
+ .col input,
+ .col option,
+ .col optgroup,
+ .col select,
+ .col textarea {
+ width: 12rem;
+ }
+
+ .col button {
+ width: 12rem;
+ }
+
+ #dashboard .seventh:nth-child(7n+1),
+ #dashboard .seventh:nth-child(7n+2),
+ #dashboard .seventh:nth-child(7n+3),
+ #dashboard .seventh:nth-child(7n+4) {
+ width: calc(100% / 4 - (3/4*.1rem));
+ }
+
+ #dashboard .seventh:nth-child(7n+5),
+ #dashboard .seventh:nth-child(7n+6),
+ #dashboard .seventh:nth-child(7n+7) {
+ width: calc(100% / 3 - (2/3*.1rem));
+ }
+}
+
+@media ( max-width: 600px ) {
+ form label {
+ margin: 0 auto;
+ }
+
+ form input,
+ form option,
+ form optgroup,
+ form select,
+ form textarea,
+ form section section {
+ width: 14rem;
+ margin: 0 auto;
+ }
+
+ #header {
+ flex-direction: column;
+ }
+
+ #dashboard .seventh:nth-child(n) {
+ width: calc(100% / 2 - .1rem);
+ }
+
+ #dashboard .seventh:nth-child(7n) {
+ width: calc(100%);
+ }
+}
+
+@media ( max-width: 450px ) {
+ form .row,
+ .grid,
+ .form {
+ flex-direction: column;
+ }
+
+ #dashboard .seventh:nth-child(n) {
+ width: calc(100%);