/*style.core.css started 04/11/2023
https://videoengineer.co.uk:2078/www/common/styles
bare minimum stylers  useful in any project
           intended for use with eg iot.style.proj.css & specifics for maps, tabs, etc
cherrypicked from play_boiler.css & VE/www/testers/iframe_test/play.map_style.css

 I.15 30/04/2024 wad; c&t;
 V.11 08/03/2025 revised; prep for https://www.cleancss.com/css-minify/
//######  Using JSmin with .css
								keys of the form .leaflet-compass .compass-icon {} are concatenated to become .leaflet-compass.compass-icon {} which doesn't work;
												there appears no simple way round this
												editing sequence  '.' => ' .'; ' . .' => '..'; ' .svg' => '.svg'; ' .png' => '.png' appears to work but subtly doesn't quite
					abandon the idea
					use  https://www.cleancss.com/css-minify/
*/
.dummy {display: flex;}.choc {color: chocolate;}.maroon {color: maroon;}.black {color: black;}.grey {color: #888888;}.blue {color: blue;}.red {color: red;}.link {background: var(--link_bg);}.plain {padding: 0;margin: 0;font-size: 0.875em;font-weight: normal;line-height: 0.875em;}.large {font-size: large;}.vlarge {font-size: x-large;}.small {font-size: small;}.vsmall {font-size: x-small;}.bold {font-weight: bold;}.italic {font-style: italic;}.silent {opacity: 0;}.hidden {display: none;}.invisible {display: none;}.show {display: block;}.left {display: block;text-align: left;}.right {display: block;text-align: right;}.center {display: block;text-align: center;}.inline {display: inline-block;}.c_hog {color: var(--cntl_fg);background: var(--cntl_bg);font-family: monospace;text-align: left;}.c_butn {border-radius: 6px;border: none;display: inline-block;text-decoration: none;background-color: var(--btn0_bg);color: var(--btn0_fg);width: 12ch;}.c_butn.dup {color: var(--btng_fg);width: 12ch;border-radius: 6px;}.c_butn.grp {color: var(--btng_fg);width: 12ch;}.c_butn.grp.nav {color: var(--btnn_fg);width: 12ch;}.c_butn.map {width: 9ch;}.c_butn.active {background-color: var(--btna_bg);}.c_butn.toggle {background-color: var(--btn0_bg);}.c_butn.disable {background-color: #777;}.c_butn_md {color: #111;}