12 display: none !important;
15 /* Basic colors and fonts */
17 font-family: Georgia, serif;
21 @include size(font-size, 13px);
26 text-decoration: none;
34 @include size(font-size, 35px);
36 @include size(margin-top, 14px);
44 @include size(font-size, 20px);
49 @include size(font-size, 15px);
55 @include size(margin, 0 5px);
57 @media screen and (min-width: 62.5em) {
63 @include size(padding, 10px);
75 @include size(font-size, 11px);
78 @include size(padding-left, 11px);
79 content: url("/static/img/arrow-teal.png");
80 vertical-align: middle;
84 .left-column, .right-column {
85 @include size(max-width, 600px);
88 @media screen and (min-width: 62.5em) {
90 @include size(width, 470px);
94 @include size(width, 470px);
101 @include size(font-size, 12px);
102 @include size(padding, 6px);
106 .simple-hidden-initially {
110 .plain-list-container {
114 -moz-column-count: 2;
115 -webkit-column-count: 2;
117 @media screen and (min-width: 768px) {
119 -moz-column-count: 4;
120 -webkit-column-count: 4;
122 @media screen and (min-width: 1024px) {
124 -moz-column-count: 5;
125 -webkit-column-count: 5;
132 -webkit-column-break-after: avoid;
138 display: inline-block;
149 display: inline-block;
161 line-height: 1.42857143;
163 text-decoration: none;
164 background-color: #fff;
165 border: 1px solid #ddd;
168 background-color: #eee;
173 &:first-child > span {
175 border-top-left-radius: 4px;
176 border-bottom-left-radius: 4px;
179 &:last-child > span {
180 border-top-right-radius: 4px;
181 border-bottom-right-radius: 4px;
185 &, &:hover, &:focus {
189 background-color: #337ab7;
190 border-color: #337ab7;
195 &, &:hover, &:focus {
198 background-color: #fff;
209 @media screen and (min-width: 768px) {
210 display: inline-block;
214 @include size(margin-bottom, 10px);