@font-face {
    font-family: 'Montserrat';
    src: url('/css/Montserrat-Medium.ttf');
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans",
               sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
    font-size: 14px;
}

body {
    margin: 0;
    line-height: inherit;
    background-color: rgb(246, 248, 246);
    min-height: 100vh;
    color: #333;
}

input, select, button {
    border: 1px solid #cac9ca;
    line-height: 32px;
    background-color: #fff;
    border-radius: 8px;
    padding: 0 8px;
    box-sizing: border-box;
    font-size: 14px;
    height: 32px;
    outline: none;
    min-width: 0px;
}

button { padding: 0 32px; cursor: pointer; height: 42px; }
button:active { transform: scale(0.97); opacity: 0.7; }

* { box-sizing: border-box; }
.wrapper { display: flex; flex-direction: column; min-height: 100vh; width: 100vw; }

.clear { clear: both; }
.spacer { flex: 1; }
.t20 { margin-top: 20px; }
.t40 { margin-top: 40px; }
.t80 { margin-top: 80px; }

.mainheader {
    position: sticky;
    top: 0; left: 0;
    background-color: rgb(248 248 248 / 0.93);
    height: 60px;
    z-index: 999;
    border-bottom: 1px solid #e4e4e4;
}

.mainspace { width: 100%; flex: 1;}

.container {
    max-width: 1500px;
    margin: 0 auto;
 }

 .spacer { flex: 1 }

 .menu {
    display: flex;
    align-items: center;
    height: inherit;
    gap: 20px;
}

.menu .logo { display: block; margin: 0; padding: 0; }

.menu img { max-height: 24px; }
.menu .owner { font-size: 20px; font-weight: 600; margin-right: 60px; letter-spacing: -1px; white-space: nowrap; }
 
.progcontent { display: inline-block; position: relative; width: 100%; padding-bottom: 40px; /* min-height: 1200px;*/ }
.vfixed  { top: 60px; }
.icons, .icnsel { font-family: Montserrat; font-size: 32px;  }
div.icnsel { text-align: center; border: 1px solid #ddd; border-radius: 8px; margin: 0; height: 32px; line-height: 32px; cursor: default; background-color: #ffffff; color: #000000; }
.icons { display: flex; flex-wrap: wrap; gap: 12px; background-color: #ffffff; padding: 10px; border-radius: 8px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }