bootstrap-grid.css 65.8 KB
Newer Older
XhmikosR's avatar
XhmikosR committed
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
Mark Otto's avatar
dist v5    
Mark Otto committed
2153
2154
    display: none !important;
  }
XhmikosR's avatar
XhmikosR committed
2155
  .d-md-inline {
Mark Otto's avatar
dist v5    
Mark Otto committed
2156
2157
    display: inline !important;
  }
XhmikosR's avatar
XhmikosR committed
2158
  .d-md-inline-block {
Mark Otto's avatar
dist v5    
Mark Otto committed
2159
2160
    display: inline-block !important;
  }
XhmikosR's avatar
XhmikosR committed
2161
  .d-md-block {
Mark Otto's avatar
dist v5    
Mark Otto committed
2162
2163
    display: block !important;
  }
XhmikosR's avatar
XhmikosR committed
2164
  .d-md-table {
Mark Otto's avatar
dist v5    
Mark Otto committed
2165
2166
    display: table !important;
  }
XhmikosR's avatar
XhmikosR committed
2167
  .d-md-table-row {
Mark Otto's avatar
dist v5    
Mark Otto committed
2168
2169
    display: table-row !important;
  }
XhmikosR's avatar
XhmikosR committed
2170
  .d-md-table-cell {
Mark Otto's avatar
dist v5    
Mark Otto committed
2171
2172
    display: table-cell !important;
  }
XhmikosR's avatar
XhmikosR committed
2173
  .d-md-flex {
Mark Otto's avatar
dist v5    
Mark Otto committed
2174
2175
    display: flex !important;
  }
XhmikosR's avatar
XhmikosR committed
2176
  .d-md-inline-flex {
Mark Otto's avatar
dist v5    
Mark Otto committed
2177
2178
    display: inline-flex !important;
  }
XhmikosR's avatar
XhmikosR committed
2179
  .flex-md-fill {
Mark Otto's avatar
dist v5    
Mark Otto committed
2180
2181
    flex: 1 1 auto !important;
  }
XhmikosR's avatar
XhmikosR committed
2182
  .flex-md-row {
Mark Otto's avatar
dist v5    
Mark Otto committed
2183
2184
    flex-direction: row !important;
  }
XhmikosR's avatar
XhmikosR committed
2185
  .flex-md-column {
Mark Otto's avatar
dist v5    
Mark Otto committed
2186
2187
    flex-direction: column !important;
  }
XhmikosR's avatar
XhmikosR committed
2188
  .flex-md-row-reverse {
Mark Otto's avatar
dist v5    
Mark Otto committed
2189
2190
    flex-direction: row-reverse !important;
  }
XhmikosR's avatar
XhmikosR committed
2191
  .flex-md-column-reverse {
Mark Otto's avatar
dist v5    
Mark Otto committed
2192
2193
    flex-direction: column-reverse !important;
  }
XhmikosR's avatar
XhmikosR committed
2194
  .flex-md-grow-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2195
2196
    flex-grow: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2197
  .flex-md-grow-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2198
2199
    flex-grow: 1 !important;
  }
XhmikosR's avatar
XhmikosR committed
2200
  .justify-content-md-start {
Mark Otto's avatar
dist v5    
Mark Otto committed
2201
2202
    justify-content: flex-start !important;
  }
XhmikosR's avatar
XhmikosR committed
2203
  .justify-content-md-end {
Mark Otto's avatar
dist v5    
Mark Otto committed
2204
2205
    justify-content: flex-end !important;
  }
XhmikosR's avatar
XhmikosR committed
2206
  .justify-content-md-center {
Mark Otto's avatar
dist v5    
Mark Otto committed
2207
2208
    justify-content: center !important;
  }
XhmikosR's avatar
XhmikosR committed
2209
  .justify-content-md-between {
Mark Otto's avatar
dist v5    
Mark Otto committed
2210
2211
    justify-content: space-between !important;
  }
XhmikosR's avatar
XhmikosR committed
2212
  .justify-content-md-around {
Mark Otto's avatar
dist v5    
Mark Otto committed
2213
2214
    justify-content: space-around !important;
  }
Mark Otto's avatar
Mark Otto committed
2215
2216
2217
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
XhmikosR's avatar
XhmikosR committed
2218
  .align-items-md-start {
Mark Otto's avatar
dist v5    
Mark Otto committed
2219
2220
    align-items: flex-start !important;
  }
XhmikosR's avatar
XhmikosR committed
2221
  .align-items-md-end {
Mark Otto's avatar
dist v5    
Mark Otto committed
2222
2223
    align-items: flex-end !important;
  }
XhmikosR's avatar
XhmikosR committed
2224
  .align-items-md-center {
Mark Otto's avatar
dist v5    
Mark Otto committed
2225
2226
    align-items: center !important;
  }
XhmikosR's avatar
XhmikosR committed
2227
  .align-items-md-baseline {
Mark Otto's avatar
dist v5    
Mark Otto committed
2228
2229
    align-items: baseline !important;
  }
XhmikosR's avatar
XhmikosR committed
2230
  .align-items-md-stretch {
Mark Otto's avatar
dist v5    
Mark Otto committed
2231
2232
    align-items: stretch !important;
  }
XhmikosR's avatar
XhmikosR committed
2233
  .align-content-md-start {
Mark Otto's avatar
dist v5    
Mark Otto committed
2234
2235
    align-content: flex-start !important;
  }
XhmikosR's avatar
XhmikosR committed
2236
  .align-content-md-end {
Mark Otto's avatar
dist v5    
Mark Otto committed
2237
2238
    align-content: flex-end !important;
  }
XhmikosR's avatar
XhmikosR committed
2239
  .align-content-md-center {
Mark Otto's avatar
dist v5    
Mark Otto committed
2240
2241
    align-content: center !important;
  }
XhmikosR's avatar
XhmikosR committed
2242
  .align-content-md-between {
Mark Otto's avatar
dist v5    
Mark Otto committed
2243
2244
    align-content: space-between !important;
  }
XhmikosR's avatar
XhmikosR committed
2245
  .align-content-md-around {
Mark Otto's avatar
dist v5    
Mark Otto committed
2246
2247
    align-content: space-around !important;
  }
XhmikosR's avatar
XhmikosR committed
2248
  .align-content-md-stretch {
Mark Otto's avatar
dist v5    
Mark Otto committed
2249
2250
    align-content: stretch !important;
  }
XhmikosR's avatar
XhmikosR committed
2251
  .align-self-md-auto {
Mark Otto's avatar
dist v5    
Mark Otto committed
2252
2253
    align-self: auto !important;
  }
XhmikosR's avatar
XhmikosR committed
2254
  .align-self-md-start {
Mark Otto's avatar
dist v5    
Mark Otto committed
2255
2256
    align-self: flex-start !important;
  }
XhmikosR's avatar
XhmikosR committed
2257
  .align-self-md-end {
Mark Otto's avatar
dist v5    
Mark Otto committed
2258
2259
    align-self: flex-end !important;
  }
XhmikosR's avatar
XhmikosR committed
2260
  .align-self-md-center {
Mark Otto's avatar
dist v5    
Mark Otto committed
2261
2262
    align-self: center !important;
  }
XhmikosR's avatar
XhmikosR committed
2263
  .align-self-md-baseline {
Mark Otto's avatar
dist v5    
Mark Otto committed
2264
2265
    align-self: baseline !important;
  }
XhmikosR's avatar
XhmikosR committed
2266
  .align-self-md-stretch {
Mark Otto's avatar
dist v5    
Mark Otto committed
2267
2268
    align-self: stretch !important;
  }
XhmikosR's avatar
XhmikosR committed
2269
  .order-md-first {
Mark Otto's avatar
dist v5    
Mark Otto committed
2270
2271
    order: -1 !important;
  }
XhmikosR's avatar
XhmikosR committed
2272
  .order-md-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2273
2274
    order: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2275
  .order-md-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2276
2277
    order: 1 !important;
  }
XhmikosR's avatar
XhmikosR committed
2278
  .order-md-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2279
2280
    order: 2 !important;
  }
XhmikosR's avatar
XhmikosR committed
2281
  .order-md-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2282
2283
    order: 3 !important;
  }
XhmikosR's avatar
XhmikosR committed
2284
  .order-md-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2285
2286
    order: 4 !important;
  }
XhmikosR's avatar
XhmikosR committed
2287
  .order-md-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2288
2289
    order: 5 !important;
  }
XhmikosR's avatar
XhmikosR committed
2290
  .order-md-last {
Mark Otto's avatar
dist v5    
Mark Otto committed
2291
2292
    order: 6 !important;
  }
XhmikosR's avatar
XhmikosR committed
2293
  .m-md-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2294
2295
    margin: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2296
  .m-md-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2297
2298
    margin: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2299
  .m-md-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2300
2301
    margin: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2302
  .m-md-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2303
2304
    margin: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2305
  .m-md-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2306
2307
    margin: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2308
  .m-md-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2309
2310
    margin: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2311
  .m-md-auto {
Mark Otto's avatar
dist v5    
Mark Otto committed
2312
2313
    margin: auto !important;
  }
XhmikosR's avatar
XhmikosR committed
2314
  .mx-md-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2315
2316
2317
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2318
  .mx-md-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2319
2320
2321
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2322
  .mx-md-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2323
2324
2325
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2326
  .mx-md-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2327
2328
2329
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2330
  .mx-md-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2331
2332
2333
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2334
  .mx-md-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2335
2336
2337
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2338
  .mx-md-auto {
Mark Otto's avatar
dist v5    
Mark Otto committed
2339
2340
2341
    margin-right: auto !important;
    margin-left: auto !important;
  }
XhmikosR's avatar
XhmikosR committed
2342
  .my-md-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2343
2344
2345
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2346
  .my-md-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2347
2348
2349
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2350
  .my-md-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2351
2352
2353
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2354
  .my-md-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2355
2356
2357
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2358
  .my-md-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2359
2360
2361
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2362
  .my-md-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2363
2364
2365
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2366
  .my-md-auto {
Mark Otto's avatar
dist v5    
Mark Otto committed
2367
2368
2369
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
XhmikosR's avatar
XhmikosR committed
2370
  .mt-md-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2371
2372
    margin-top: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2373
  .mt-md-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2374
2375
    margin-top: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2376
  .mt-md-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2377
2378
    margin-top: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2379
  .mt-md-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2380
2381
    margin-top: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2382
  .mt-md-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2383
2384
    margin-top: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2385
  .mt-md-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2386
2387
    margin-top: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2388
  .mt-md-auto {
Mark Otto's avatar
dist v5    
Mark Otto committed
2389
2390
    margin-top: auto !important;
  }
XhmikosR's avatar
XhmikosR committed
2391
  .mr-md-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2392
2393
    margin-right: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2394
  .mr-md-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2395
2396
    margin-right: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2397
  .mr-md-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2398
2399
    margin-right: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2400
  .mr-md-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2401
2402
    margin-right: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2403
  .mr-md-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2404
2405
    margin-right: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2406
  .mr-md-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2407
2408
    margin-right: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2409
  .mr-md-auto {
Mark Otto's avatar
dist v5    
Mark Otto committed
2410
2411
    margin-right: auto !important;
  }
XhmikosR's avatar
XhmikosR committed
2412
  .mb-md-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2413
2414
    margin-bottom: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2415
  .mb-md-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2416
2417
    margin-bottom: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2418
  .mb-md-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2419
2420
    margin-bottom: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2421
  .mb-md-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2422
2423
    margin-bottom: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2424
  .mb-md-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2425
2426
    margin-bottom: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2427
  .mb-md-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2428
2429
    margin-bottom: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2430
  .mb-md-auto {
Mark Otto's avatar
dist v5    
Mark Otto committed
2431
2432
    margin-bottom: auto !important;
  }
XhmikosR's avatar
XhmikosR committed
2433
  .ml-md-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2434
2435
    margin-left: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2436
  .ml-md-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2437
2438
    margin-left: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2439
  .ml-md-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2440
2441
    margin-left: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2442
  .ml-md-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2443
2444
    margin-left: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2445
  .ml-md-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2446
2447
    margin-left: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2448
  .ml-md-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2449
2450
    margin-left: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2451
  .ml-md-auto {
Mark Otto's avatar
dist v5    
Mark Otto committed
2452
2453
    margin-left: auto !important;
  }
XhmikosR's avatar
XhmikosR committed
2454
  .p-md-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2455
2456
    padding: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2457
  .p-md-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2458
2459
    padding: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2460
  .p-md-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2461
2462
    padding: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2463
  .p-md-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2464
2465
    padding: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2466
  .p-md-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2467
2468
    padding: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2469
  .p-md-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2470
2471
    padding: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2472
  .px-md-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2473
2474
2475
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2476
  .px-md-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2477
2478
2479
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2480
  .px-md-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2481
2482
2483
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2484
  .px-md-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2485
2486
2487
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2488
  .px-md-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2489
2490
2491
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2492
  .px-md-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2493
2494
2495
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2496
  .py-md-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2497
2498
2499
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2500
  .py-md-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2501
2502
2503
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2504
  .py-md-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2505
2506
2507
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2508
  .py-md-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2509
2510
2511
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2512
  .py-md-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2513
2514
2515
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2516
  .py-md-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2517
2518
2519
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2520
  .pt-md-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2521
2522
    padding-top: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2523
  .pt-md-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2524
2525
    padding-top: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2526
  .pt-md-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2527
2528
    padding-top: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2529
  .pt-md-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2530
2531
    padding-top: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2532
  .pt-md-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2533
2534
    padding-top: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2535
  .pt-md-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2536
2537
    padding-top: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2538
  .pr-md-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2539
2540
    padding-right: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2541
  .pr-md-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2542
2543
    padding-right: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2544
  .pr-md-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2545
2546
    padding-right: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2547
  .pr-md-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2548
2549
    padding-right: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2550
  .pr-md-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2551
2552
    padding-right: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2553
  .pr-md-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2554
2555
    padding-right: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2556
  .pb-md-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2557
2558
    padding-bottom: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2559
  .pb-md-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2560
2561
    padding-bottom: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2562
  .pb-md-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2563
2564
    padding-bottom: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2565
  .pb-md-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2566
2567
    padding-bottom: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2568
  .pb-md-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2569
2570
    padding-bottom: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2571
  .pb-md-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2572
2573
    padding-bottom: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2574
  .pl-md-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2575
2576
    padding-left: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2577
  .pl-md-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2578
2579
    padding-left: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2580
  .pl-md-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2581
2582
    padding-left: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2583
  .pl-md-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2584
2585
    padding-left: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2586
  .pl-md-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2587
2588
    padding-left: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2589
  .pl-md-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2590
2591
2592
2593
    padding-left: 3rem !important;
  }
}

XhmikosR's avatar
XhmikosR committed
2594
2595
@media (min-width: 992px) {
  .d-lg-none {
Mark Otto's avatar
dist v5    
Mark Otto committed
2596
2597
    display: none !important;
  }
XhmikosR's avatar
XhmikosR committed
2598
  .d-lg-inline {
Mark Otto's avatar
dist v5    
Mark Otto committed
2599
2600
    display: inline !important;
  }
XhmikosR's avatar
XhmikosR committed
2601
  .d-lg-inline-block {
Mark Otto's avatar
dist v5    
Mark Otto committed
2602
2603
    display: inline-block !important;
  }
XhmikosR's avatar
XhmikosR committed
2604
  .d-lg-block {
Mark Otto's avatar
dist v5    
Mark Otto committed
2605
2606
    display: block !important;
  }
XhmikosR's avatar
XhmikosR committed
2607
  .d-lg-table {
Mark Otto's avatar
dist v5    
Mark Otto committed
2608
2609
    display: table !important;
  }
XhmikosR's avatar
XhmikosR committed
2610
  .d-lg-table-row {
Mark Otto's avatar
dist v5    
Mark Otto committed
2611
2612
    display: table-row !important;
  }
XhmikosR's avatar
XhmikosR committed
2613
  .d-lg-table-cell {
Mark Otto's avatar
dist v5    
Mark Otto committed
2614
2615
    display: table-cell !important;
  }
XhmikosR's avatar
XhmikosR committed
2616
  .d-lg-flex {
Mark Otto's avatar
dist v5    
Mark Otto committed
2617
2618
    display: flex !important;
  }
XhmikosR's avatar
XhmikosR committed
2619
  .d-lg-inline-flex {
Mark Otto's avatar
dist v5    
Mark Otto committed
2620
2621
    display: inline-flex !important;
  }
XhmikosR's avatar
XhmikosR committed
2622
  .flex-lg-fill {
Mark Otto's avatar
dist v5    
Mark Otto committed
2623
2624
    flex: 1 1 auto !important;
  }
XhmikosR's avatar
XhmikosR committed
2625
  .flex-lg-row {
Mark Otto's avatar
dist v5    
Mark Otto committed
2626
2627
    flex-direction: row !important;
  }
XhmikosR's avatar
XhmikosR committed
2628
  .flex-lg-column {
Mark Otto's avatar
dist v5    
Mark Otto committed
2629
2630
    flex-direction: column !important;
  }
XhmikosR's avatar
XhmikosR committed
2631
  .flex-lg-row-reverse {
Mark Otto's avatar
dist v5    
Mark Otto committed
2632
2633
    flex-direction: row-reverse !important;
  }
XhmikosR's avatar
XhmikosR committed
2634
  .flex-lg-column-reverse {
Mark Otto's avatar
dist v5    
Mark Otto committed
2635
2636
    flex-direction: column-reverse !important;
  }
XhmikosR's avatar
XhmikosR committed
2637
  .flex-lg-grow-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2638
2639
    flex-grow: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2640
  .flex-lg-grow-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2641
2642
    flex-grow: 1 !important;
  }
XhmikosR's avatar
XhmikosR committed
2643
  .justify-content-lg-start {
Mark Otto's avatar
dist v5    
Mark Otto committed
2644
2645
    justify-content: flex-start !important;
  }
XhmikosR's avatar
XhmikosR committed
2646
  .justify-content-lg-end {
Mark Otto's avatar
dist v5    
Mark Otto committed
2647
2648
    justify-content: flex-end !important;
  }
XhmikosR's avatar
XhmikosR committed
2649
  .justify-content-lg-center {
Mark Otto's avatar
dist v5    
Mark Otto committed
2650
2651
    justify-content: center !important;
  }
XhmikosR's avatar
XhmikosR committed
2652
  .justify-content-lg-between {
Mark Otto's avatar
dist v5    
Mark Otto committed
2653
2654
    justify-content: space-between !important;
  }
XhmikosR's avatar
XhmikosR committed
2655
  .justify-content-lg-around {
Mark Otto's avatar
dist v5    
Mark Otto committed
2656
2657
    justify-content: space-around !important;
  }
Mark Otto's avatar
Mark Otto committed
2658
2659
2660
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
XhmikosR's avatar
XhmikosR committed
2661
  .align-items-lg-start {
Mark Otto's avatar
dist v5    
Mark Otto committed
2662
2663
    align-items: flex-start !important;
  }
XhmikosR's avatar
XhmikosR committed
2664
  .align-items-lg-end {
Mark Otto's avatar
dist v5    
Mark Otto committed
2665
2666
    align-items: flex-end !important;
  }
XhmikosR's avatar
XhmikosR committed
2667
  .align-items-lg-center {
Mark Otto's avatar
dist v5    
Mark Otto committed
2668
2669
    align-items: center !important;
  }
XhmikosR's avatar
XhmikosR committed
2670
  .align-items-lg-baseline {
Mark Otto's avatar
dist v5    
Mark Otto committed
2671
2672
    align-items: baseline !important;
  }
XhmikosR's avatar
XhmikosR committed
2673
  .align-items-lg-stretch {
Mark Otto's avatar
dist v5    
Mark Otto committed
2674
2675
    align-items: stretch !important;
  }
XhmikosR's avatar
XhmikosR committed
2676
  .align-content-lg-start {
Mark Otto's avatar
dist v5    
Mark Otto committed
2677
2678
    align-content: flex-start !important;
  }
XhmikosR's avatar
XhmikosR committed
2679
  .align-content-lg-end {
Mark Otto's avatar
dist v5    
Mark Otto committed
2680
2681
    align-content: flex-end !important;
  }
XhmikosR's avatar
XhmikosR committed
2682
  .align-content-lg-center {
Mark Otto's avatar
dist v5    
Mark Otto committed
2683
2684
    align-content: center !important;
  }
XhmikosR's avatar
XhmikosR committed
2685
  .align-content-lg-between {
Mark Otto's avatar
dist v5    
Mark Otto committed
2686
2687
    align-content: space-between !important;
  }
XhmikosR's avatar
XhmikosR committed
2688
  .align-content-lg-around {
Mark Otto's avatar
dist v5    
Mark Otto committed
2689
2690
    align-content: space-around !important;
  }
XhmikosR's avatar
XhmikosR committed
2691
  .align-content-lg-stretch {
Mark Otto's avatar
dist v5    
Mark Otto committed
2692
2693
    align-content: stretch !important;
  }
XhmikosR's avatar
XhmikosR committed
2694
  .align-self-lg-auto {
Mark Otto's avatar
dist v5    
Mark Otto committed
2695
2696
    align-self: auto !important;
  }
XhmikosR's avatar
XhmikosR committed
2697
  .align-self-lg-start {
Mark Otto's avatar
dist v5    
Mark Otto committed
2698
2699
    align-self: flex-start !important;
  }
XhmikosR's avatar
XhmikosR committed
2700
  .align-self-lg-end {
Mark Otto's avatar
dist v5    
Mark Otto committed
2701
2702
    align-self: flex-end !important;
  }
XhmikosR's avatar
XhmikosR committed
2703
  .align-self-lg-center {
Mark Otto's avatar
dist v5    
Mark Otto committed
2704
2705
    align-self: center !important;
  }
XhmikosR's avatar
XhmikosR committed
2706
  .align-self-lg-baseline {
Mark Otto's avatar
dist v5    
Mark Otto committed
2707
2708
    align-self: baseline !important;
  }
XhmikosR's avatar
XhmikosR committed
2709
  .align-self-lg-stretch {
Mark Otto's avatar
dist v5    
Mark Otto committed
2710
2711
    align-self: stretch !important;
  }
XhmikosR's avatar
XhmikosR committed
2712
  .order-lg-first {
Mark Otto's avatar
dist v5    
Mark Otto committed
2713
2714
    order: -1 !important;
  }
XhmikosR's avatar
XhmikosR committed
2715
  .order-lg-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2716
2717
    order: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2718
  .order-lg-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2719
2720
    order: 1 !important;
  }
XhmikosR's avatar
XhmikosR committed
2721
  .order-lg-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2722
2723
    order: 2 !important;
  }
XhmikosR's avatar
XhmikosR committed
2724
  .order-lg-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2725
2726
    order: 3 !important;
  }
XhmikosR's avatar
XhmikosR committed
2727
  .order-lg-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2728
2729
    order: 4 !important;
  }
XhmikosR's avatar
XhmikosR committed
2730
  .order-lg-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2731
2732
    order: 5 !important;
  }
XhmikosR's avatar
XhmikosR committed
2733
  .order-lg-last {
Mark Otto's avatar
dist v5    
Mark Otto committed
2734
2735
    order: 6 !important;
  }
XhmikosR's avatar
XhmikosR committed
2736
  .m-lg-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2737
2738
    margin: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2739
  .m-lg-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2740
2741
    margin: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2742
  .m-lg-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2743
2744
    margin: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2745
  .m-lg-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2746
2747
    margin: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2748
  .m-lg-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2749
2750
    margin: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2751
  .m-lg-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2752
2753
    margin: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2754
  .m-lg-auto {
Mark Otto's avatar
dist v5    
Mark Otto committed
2755
2756
    margin: auto !important;
  }
XhmikosR's avatar
XhmikosR committed
2757
  .mx-lg-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2758
2759
2760
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2761
  .mx-lg-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2762
2763
2764
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2765
  .mx-lg-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2766
2767
2768
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2769
  .mx-lg-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2770
2771
2772
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2773
  .mx-lg-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2774
2775
2776
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2777
  .mx-lg-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2778
2779
2780
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2781
  .mx-lg-auto {
Mark Otto's avatar
dist v5    
Mark Otto committed
2782
2783
2784
    margin-right: auto !important;
    margin-left: auto !important;
  }
XhmikosR's avatar
XhmikosR committed
2785
  .my-lg-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2786
2787
2788
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2789
  .my-lg-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2790
2791
2792
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2793
  .my-lg-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2794
2795
2796
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2797
  .my-lg-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2798
2799
2800
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2801
  .my-lg-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2802
2803
2804
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2805
  .my-lg-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2806
2807
2808
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2809
  .my-lg-auto {
Mark Otto's avatar
dist v5    
Mark Otto committed
2810
2811
2812
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
XhmikosR's avatar
XhmikosR committed
2813
  .mt-lg-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2814
2815
    margin-top: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2816
  .mt-lg-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2817
2818
    margin-top: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2819
  .mt-lg-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2820
2821
    margin-top: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2822
  .mt-lg-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2823
2824
    margin-top: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2825
  .mt-lg-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2826
2827
    margin-top: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2828
  .mt-lg-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2829
2830
    margin-top: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2831
  .mt-lg-auto {
Mark Otto's avatar
dist v5    
Mark Otto committed
2832
2833
    margin-top: auto !important;
  }
XhmikosR's avatar
XhmikosR committed
2834
  .mr-lg-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2835
2836
    margin-right: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2837
  .mr-lg-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2838
2839
    margin-right: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2840
  .mr-lg-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2841
2842
    margin-right: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2843
  .mr-lg-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2844
2845
    margin-right: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2846
  .mr-lg-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2847
2848
    margin-right: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2849
  .mr-lg-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2850
2851
    margin-right: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2852
  .mr-lg-auto {
Mark Otto's avatar
dist v5    
Mark Otto committed
2853
2854
    margin-right: auto !important;
  }
XhmikosR's avatar
XhmikosR committed
2855
  .mb-lg-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2856
2857
    margin-bottom: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2858
  .mb-lg-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2859
2860
    margin-bottom: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2861
  .mb-lg-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2862
2863
    margin-bottom: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2864
  .mb-lg-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2865
2866
    margin-bottom: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2867
  .mb-lg-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2868
2869
    margin-bottom: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2870
  .mb-lg-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2871
2872
    margin-bottom: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2873
  .mb-lg-auto {
Mark Otto's avatar
dist v5    
Mark Otto committed
2874
2875
    margin-bottom: auto !important;
  }
XhmikosR's avatar
XhmikosR committed
2876
  .ml-lg-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2877
2878
    margin-left: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2879
  .ml-lg-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2880
2881
    margin-left: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2882
  .ml-lg-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2883
2884
    margin-left: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2885
  .ml-lg-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2886
2887
    margin-left: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2888
  .ml-lg-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2889
2890
    margin-left: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2891
  .ml-lg-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2892
2893
    margin-left: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2894
  .ml-lg-auto {
Mark Otto's avatar
dist v5    
Mark Otto committed
2895
2896
    margin-left: auto !important;
  }
XhmikosR's avatar
XhmikosR committed
2897
  .p-lg-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2898
2899
    padding: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2900
  .p-lg-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2901
2902
    padding: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2903
  .p-lg-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2904
2905
    padding: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2906
  .p-lg-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2907
2908
    padding: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2909
  .p-lg-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2910
2911
    padding: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2912
  .p-lg-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2913
2914
    padding: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2915
  .px-lg-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2916
2917
2918
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2919
  .px-lg-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2920
2921
2922
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2923
  .px-lg-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2924
2925
2926
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2927
  .px-lg-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2928
2929
2930
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2931
  .px-lg-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2932
2933
2934
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2935
  .px-lg-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2936
2937
2938
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2939
  .py-lg-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2940
2941
2942
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2943
  .py-lg-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2944
2945
2946
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2947
  .py-lg-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2948
2949
2950
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2951
  .py-lg-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2952
2953
2954
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2955
  .py-lg-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2956
2957
2958
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2959
  .py-lg-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2960
2961
2962
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2963
  .pt-lg-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2964
2965
    padding-top: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2966
  .pt-lg-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2967
2968
    padding-top: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2969
  .pt-lg-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2970
2971
    padding-top: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2972
  .pt-lg-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2973
2974
    padding-top: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2975
  .pt-lg-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2976
2977
    padding-top: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2978
  .pt-lg-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2979
2980
    padding-top: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2981
  .pr-lg-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2982
2983
    padding-right: 0 !important;
  }
XhmikosR's avatar
XhmikosR committed
2984
  .pr-lg-1 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2985
2986
    padding-right: 0.25rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2987
  .pr-lg-2 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2988
2989
    padding-right: 0.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2990
  .pr-lg-3 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2991
2992
    padding-right: 1rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2993
  .pr-lg-4 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2994
2995
    padding-right: 1.5rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2996
  .pr-lg-5 {
Mark Otto's avatar
dist v5    
Mark Otto committed
2997
2998
    padding-right: 3rem !important;
  }
XhmikosR's avatar
XhmikosR committed
2999
  .pb-lg-0 {
Mark Otto's avatar
dist v5    
Mark Otto committed
3000
    padding-bottom: 0 !important;
For faster browsing, not all history is shown. View entire blame