| @@ -17,9 +17,9 @@ | ||
| 17 | 17 | flex-wrap: nowrap; |
| 18 | 18 | padding: 10px 0; |
| 19 | 19 | } |
| 20 | 20 | .srr_label{ |
| 21 | - width: 60%; | |
| 21 | + width: 50%; | |
| 22 | 22 | padding-right: 15px; |
| 23 | 23 | box-sizing: border-box; |
| 24 | 24 | } |
| 25 | 25 | .srr_label.srr_sm{ |
| @@ -39,9 +39,10 @@ | ||
| 39 | 39 | padding: 0 15px; |
| 40 | 40 | border-top: 1px solid #dfdfdf; |
| 41 | 41 | } |
| 42 | 42 | .srr_tab_list li{ |
| 43 | - margin: 0; | |
| 43 | + margin: 0 !important; | |
| 44 | + list-style: none; | |
| 44 | 45 | } |
| 45 | 46 | .srr_tab_list a{ |
| 46 | 47 | padding: 10px 15px; |
| 47 | 48 | text-decoration: none; |
| @@ -118,12 +119,12 @@ | ||
| 118 | 119 | margin: 10px 0 0 10px; |
| 119 | 120 | } |
| 120 | 121 | .srr_info{ |
| 121 | 122 | border: 1px solid #dfdfdf; |
| 122 | - margin: 15px -15px; | |
| 123 | + margin: 0 0 15px 0; | |
| 123 | 124 | padding: 10px 15px; |
| 124 | 125 | background: #fafafa; |
| 125 | - border-width: 0 0 1px 0; | |
| 126 | + border-radius: 5px; | |
| 126 | 127 | } |
| 127 | 128 | .srr_info p{ |
| 128 | 129 | margin: 0; |
| 129 | 130 | } |
| @@ -134,14 +135,14 @@ | ||
| 134 | 135 | text-decoration: underline; |
| 135 | 136 | } |
| 136 | 137 | |
| 137 | 138 | .srr_pro { |
| 138 | - border: 1px solid #ece9a5; | |
| 139 | - margin: 20px -15px -16px -15px; | |
| 139 | + border: 1px solid #ffd700; | |
| 140 | + margin: 15px 0 10px 0; | |
| 140 | 141 | padding: 10px 15px; |
| 141 | 142 | background: #fffdf0; |
| 142 | - border-width: 1px 0 2px 0; | |
| 143 | 143 | color: #011936; |
| 144 | + border-radius: 5px; | |
| 144 | 145 | } |
| 145 | 146 | .srr_pro_label { |
| 146 | 147 | background: gold; |
| 147 | 148 | font-weight: bold; |
| @@ -187,8 +188,9 @@ | ||
| 187 | 188 | .srr_pro_features li { |
| 188 | 189 | margin: 0 0 15px 20px; |
| 189 | 190 | position: relative; |
| 190 | 191 | font-weight: bold; |
| 192 | + list-style: none; | |
| 191 | 193 | } |
| 192 | 194 | .srr_pro_features li:before{ |
| 193 | 195 | font-family: Dashicons; |
| 194 | 196 | content: "\f147"; |
| @@ -213,8 +215,19 @@ | ||
| 213 | 215 | padding: 2px 3px; |
| 214 | 216 | background: #f0f0f1; |
| 215 | 217 | margin: 0 0 0 5px; |
| 216 | 218 | border-radius: 3px; |
| 219 | +} | |
| 220 | +.srr_row .srr_pro_tag { | |
| 221 | + background: gold; | |
| 222 | + color: #011936; | |
| 223 | + font-weight: bold; | |
| 224 | + font-style: italic; | |
| 225 | + text-decoration: none; | |
| 226 | +} | |
| 227 | +.srr_row .srr_pro_tag:hover { | |
| 228 | + background: rgb(116, 98, 0); | |
| 229 | + color: #fff; | |
| 217 | 230 | } |
| 218 | 231 | |
| 219 | 232 | .srr_pro_sec > p{ |
| 220 | 233 | font-size: 12px; |