* {
    --supergreen: rgb(50,175,100);
    --darkgreen: rgb(25,125,50);
}

html {
    margin: 0;
    padding: 0;
/*    min-width: 1050px; */
    max-width: 100%;
    touch-action: manipulation;
    text-size-adjust: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body {
    margin: 0;
}

textarea {
    resize: none;
    overflow-x: hidden;
    /* border-radius: 3px; */
}

/*
button {
    outline: none;
    text-shadow: 0 1px #010101;
}
button:hover {
    cursor: pointer;
    transform: scale(1.1);
}
*/





.button-big {
    margin: 10px;
    padding: 25px 50px;
    font-size: 16px;
    background-image: linear-gradient(#33cc33, #11aa11);
    color: #fff;
    border: 1px solid #555;
    border-radius: 6px;
}
.button-med {
    margin: 5px;
    padding: 15px 30px;
    font-size: 14px;
    background-image: linear-gradient(#33cc33, #11aa11);
    color: #fff;
    border: 1px solid #555;
    border-radius: 4px;
}
.button-small {
    margin: 3px;
    padding: 10px 20px;
    font-size: 12px;
    background-image: linear-gradient(#33cc33, #11aa11);
    color: #fff;
    border: 1px solid #555;
    border-radius: 3px;
}
.button, .button-big, .button-med, .button-small {
    outline: none;
    cursor: pointer;
    text-shadow: 0 1px #010101;
}
.button:hover, .bigbutton:hover {
    transform: scale(1.1);
    cursor: pointer;
}
.disabled-button {
    cursor: normal !important;
    opacity: 0.5 !important;
    font-style: italic !important;
}
.disabled-button:hover {
    transform: scale(1.0) !important;
}
td {
    text-align: center;
}

.listitem {
    padding: 25px;
    /* background-image: linear-gradient(#def, #abc); */
    border-radius: 6px;
    /* border: 1px solid #abc; */
    width: 80%;
    margin: 10px;
}
.listitem > * {
    margin: 0 10px;
}

#userpage {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

#homepage {
    display: none;
/*    padding-top: max(22vh, 220px);  */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#not-installed {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#help {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#loading {
/*    padding-top: max(20vh, 200px);  */
    width: 100%;
    height: 80vh;
}

.head-anchor {
    outline: 0;
    opacity: 0;
    position: relative;
    /* bottom: max(20vh, 200px);  */
}

.trymeout {
    cursor: pointer;
    text-shadow: 0 1px #010101;
    margin: 10px;
    padding: 25px 50px;
    font-size: 15px;
    background-image: linear-gradient(#33cc33, #11aa11);
    color: #fff;
    border: 1px solid #555;
    /* background-color: green; */
    border-radius: 6px;
}
.trymeout:hover {
    transform: scale(1.1);
}

.uninstall {
    cursor: pointer;
    text-shadow: 0 1px #010101;
    padding: 10px 20px;
    font-size: 13px;
    background-image: linear-gradient(#ffaa00, #cc8800);
    color: #fff;
    border: 1px solid #cc8800;
    /* background-color: green; */
    border-radius: 4px;

}
.uninstall:hover {
    transform: scale(1.1);
}
#filter:hover {
    cursor: pointer;
    border: 2px solid black;
    border-radius: 3px;
}

.elem > .config-button {
    justify-self: flex-start;
}

.elem .svg {
    height: 30px;
    max-width: 100%;
}

.svg {
    cursor: pointer;
}

.clickable:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.example {
    margin: 10px 0 20px;
}

.h1 {
    font-size: xx-large;
    font-weight: 600;
}

.h2 {
    font-size: x-large;
    font-weight: 600;
}

.h3 {
    font-size: large;
    font-weight: 600;
}

.col1 {
    grid-column: 1;
}
.col2 {
    grid-column: 2;
}
.col3 {
    grid-column: 3;
}
.row1 {
    grid-row: 1;
}
.row2 {
    grid-row: 2;
}
.row3 {
    grid-row: 3;
}
.row4 {
    grid-row: 4;
}
.row5 {
    grid-row: 5;
}

.row, .col {
    display: flex;
}
.row > *, .col > * {
    margin: .2vw .3vw;
}
.row {
    flex-direction: row;
}
.col {
    flex-direction: column;
}
.rowcenter, .colcenter, .rowvcenter, .rowhcenter, .colvcenter, .colhcenter {
    display: flex;
}
.rowcenter, .rowhcenter, .rowvcenter {
    flex-direction: row;
}
.colcenter, .colhcenter, .colvcenter {
    flex-direction: column;
}
.rowcenter, .colcenter, .rowhcenter, .colvcenter {
    justify-content: center;
}
.colcenter, .rowcenter, .rowvcenter, .colhcenter {
    align-items: center;
}
.rowvcenter, .colhcenter {
    justify-content: flex-start;
}
.colvcenter, .rowhcenter {
    align-items: flex-start;
}

.small {
    font-size: small;
}

#navbar {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 60px;
}
#logo-top1, #logo-top2 {
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#logo-top2 {
    display: none;
}

@media only screen and (max-width: 900px) {
    #logo-top1 {
        display: none;
    }
}
@media only screen and (max-width: 900px) {
    #logo-top2 {
        display: flex;
    }
}
#blog-links {
    padding: 10px 0 0 10px;
}
#usermenu {
    padding: 10px 10px 0 0;
}
#logout {
    color: blue;
    font-size: 12px;
    padding-left: .5vw;
}
#usermenu-plan {
    display: none;
}
#plan-name {
    color: var(--supergreen);
}

#premium-features-container {
    margin: 20px 0 30px;
    background-color: #af9;
    border-radius: 8px;
}

.premium-features-list {
    font-size: 17px;
    font-weight: 700;
}

.premium-features-list > li {
    padding: 10px 20px 5px;
}

#buy-premium-container > * {
    /* width: 80%; */
    padding: 10px 20px;
}

.buy-premium-option {
    border-radius: 8px;
    margin: 0 5px;
}

#buy-cancel {
    background-image: linear-gradient(#eeaa55, #dd7733);
    border: 1px solid #555;
    color: #fff;
    border-radius: 6px;
    margin-top: 20px;
    padding: 10px 40px;
    font-size: 14px;
}


#topofpage {
/*
    padding-top: max(20vh, 200px);
    */
    margin-bottom: 2vh;
    display: grid;
}


#topofpage > * {
    padding: .1vmin 1vmin;
}

#topofpage .elem {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    white-space: nowrap;
    display: flex;
    margin: .6vw .3vw;
    overflow: hidden;
}

#usage {
    display: flex;
    flex-direction: row;
}

#repo {
    width: 100%;
}

#topofpage > #r2c2r2 {
    grid-area: 3 / 2 / 3 / 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: small;
}

.blurb {
    padding: 30px 0;
    border-spacing: 30px;
    max-width: 60%;
}
#bottomofpage-header {
    width: 1000px;
}

#showing-badges {
    margin: 0 50px;
}

#bottomofpage {
    width: 1000px;
    /* margin-top: 4vw; */
    margin: 10px 25px 50px 25px;
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.repo-header {
    grid-column: 1 / span 4;
    margin-top: 30px;
}
.badges-hr {
    grid-column: 1 / span 4;
    width: 100%;
}

@keyframes openConfig {
    from {height: 0;}
    to {height: 200px;}
  }

.configrow {
    height: 410px;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
        -webkit-transition: all 0.5s ease;  
        -moz-transition: all 0.5s ease;  
        -o-transition: all 0.5s ease;  
        -ms-transition: all 0.5s ease;  
        transition: all 0.5s ease;      
}

.configbox {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(#fff, #ddd);
}

.configbox-inner {
    height: 95%;
    width: 95%;
    display: grid;
    grid-template-rows: 12% 12% 14% 14% 14% 14% 20%;
    grid-template-columns: repeat(6, 1fr);
}
.configbox-inner > * {
    overflow: hidden;
}

.configbox-inner > div > input {
    margin-top: 3px;
    width: 110px;
}

.config-name-box {
    grid-row: 1;
    grid-column: 1 / span 6;
    font-size: 35px;
    overflow: hidden;
}
.config-name-text-box {
}
.config-name-input-box {
    display: none;
}
.config-name-edit-control {
    margin-left: 20px;
}

.config-desc-box {
    grid-row: 2;
    grid-column: 1 / span 6;
    font-size: 25px;
    color: #333;
    overflow: hidden;
}
.config-desc-text-box {
}
.config-desc-input-box {
    width: 80%;
    text-align: center;
    display: none;
}
.config-desc-edit-control {
    margin-left: 20px;
}

.configsvg {
    grid-row: 3 / span 2;
    grid-column: 2 / span 4;
    width: 90%;
    height: 100%;
    max-height: 90%;
    justify-self: center;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.config-bgcolor_l {
    grid-row: 3;
    grid-column: 1;
    height: 100%;
    overflow: hidden;
    justify-self: start;
    align-self: center;
}
.config-bgcolor_r {
    grid-row: 3;
    grid-column: 6;
    height: 100%;
    overflow: hidden;
    /* width: 90%; */
    justify-self: end;
}
.config-textcolor_l {
    grid-row: 4;
    grid-column: 1;
    height: 100%;
    overflow: hidden;
    justify-self: start;
}
.config-textcolor_r {
    grid-row: 4;
    grid-column: 6;
    height: 100%;
    overflow: hidden;
    /* width: 90%; */
    justify-self: flex-end;
}
.config-shadowcolor_l {
    grid-row: 5;
    grid-column: 1;
    height: 100%;
    overflow: hidden;
    justify-self: flex-start;
}
.config-shadowcolor_r {
    grid-row: 5;
    grid-column: 6;
    height: 100%;
    overflow: hidden;
    /* width: 90%; */
    justify-self: flex-end;
}
.config-text_l {
    grid-row: 6;
    grid-column: 1;
    height: 100%;
    overflow: hidden;
    justify-self: flex-start;
}
.config-text_r {
    grid-row: 6;
    grid-column: 6;
    height: 100%;
    overflow: hidden;
    /* width: 90%; */
    justify-self: flex-end;
}
.config-show_l {
    grid-row: 7;
    grid-column: 1;
    height: 100%;
    margin-top: 10px;
    justify-self: center;
}
.config-show_r {
    grid-row: 7;
    grid-column: 6;
    height: 100%;
    margin-top: 10px;
    justify-self: center;
}
.config-cr-ds {
    grid-row: 5;
    grid-column: 2 / span 4;
    width: 100%;
    overflow: hidden;
}
.config-cornerradius {
    height: 100%;
    overflow: hidden;
    width: 150px;
    margin-right: 40px;
}
.config-scripteditorlink {
    margin-left: 40px;
    font-style: italic;
}
.config-datasource {
    height: 100%;
    overflow: hidden;
    margin-left: 15px;
}
.frow {
    /* height: 50%; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.input-header {
    margin-right: 10px;
}
.config-layout {
    grid-row: 6;
    grid-column: 2 / span 4;
    height: 100%;
    overflow: hidden;
    /* width: 90%; */
    display: grid;
    grid-template-columns: 40% 20% 40%;
}

.togglediv {
    grid-column: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.toggle-text1 {
    grid-column: 1;
    margin-left: 10px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.toggle-text2 {
    grid-column: 3;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.config-reset {
    grid-row: 7;
    grid-column: 2;
    padding: 0 15px;
    width: 80%;
    height: 60%;
    background-image: linear-gradient(#dd4444, #bb2222);
    color: #fff;
    border: 1px solid #555;
    /* background-color: red; */
    font-style: italic;
    border-radius: 6px;
    justify-self: flex-end;
    align-self: center;
}
.config-save {
    grid-row: 7;
    grid-column: 3 / span 2;
    padding: 0 15px;
    width: 80%;
    height: 60%;
    background-image: linear-gradient(#33cc33, #11aa11);
    color: #fff;
    border: 1px solid #555;
    /* background-color: green; */
    border-radius: 6px;
    justify-self: center;
    align-self: center;
}
.config-cancel {
    grid-row: 7;
    grid-column: 5;
    padding: 0 15px;
    width: 80%;
    height: 60%;
    /* background-color: orange; */
    background-image: linear-gradient(#eeaa55, #dd7733);
    border: 1px solid #555;
    color: #fff;
    border-radius: 6px;
    justify-self: flex-start;
    align-self: center;
}

#newbadge-container {
    width: 500px;
    height: 500px;
}

#newbadge-contents {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.newbadge-header {
    margin: 10px;
    font-size: 12px;
}

#newbadge-template {
    display: none;
    margin: 5px 0;
}
#newbadge-svg-box {
    margin: 20px 0;
}
#newbadge-svg {
    width: 400px;
    max-width: 400px;
    max-height: 80px;
}
#newbadge-desc {
    color: #333;
    font-style: italic;
    margin-top: 10px;
}

#newbadge-too-many1 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0;
}

#newbadge-premium-blurb {
    margin: 10px 0;
    font-style: italic;
    font-size: 12px;
    color: #e55;
    opacity: 1.0 !important;
    display: none;
}
#newbadge-repo {
    display: none;
}
#newbadge-repo-select {
    width: 300px;
}
#newbadge-install-github {
    display: none;
}
#newbadge-contents > .newbadge-buttons {
    margin-top: 20px;
}
#newbadge-ok {
    text-shadow: 0 1px #010101;
    padding: 15px 30px;
    font-size: 15px;
    background-image: linear-gradient(#33cc33, #11aa11);
    color: #fff;
    border: 1px solid #555;
    /* background-color: green; */
    border-radius: 6px;
    margin: 10px 20px;
}
#newbadge-cancel {
    cursor: pointer;
    text-shadow: 0 1px #010101;
    padding: 15px 30px;
    font-size: 15px;
    background-image: linear-gradient(#dd4444, #bb2222);
    color: #fff;
    border: 1px solid #555;
    /* background-color: green; */
    border-radius: 6px;
    margin: 10px 20px;
}

#editor-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}
#editor-content-window {
    width: 100%;
    height: 470px;
}
#editor-tab-bar {
    width: 100%;
}
.tab, .tab-selected {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.tab {
    background-color: #dddddd;
    padding: 10px 20px;
    color: #666;
    cursor: pointer;
}
.tab:hover {
    transform: scale(1.1);
    border-radius: 6px;
    color: #000;
}
.tab-selected {
    background-color: #eeeeee;
    padding: 10px 20px;
    color: #000;
    cursor: normal;
}
#editor-content-window {
    background-color: #eeeeee;
    width: 100%;
    padding-bottom: 10px;
}
#editor-save-cancel-controls {
    margin-top: 10px;
}
#editor-save-cancel-controls > * {
    margin: 0 10px;
}
#editor-cancel-button {
    background-image: linear-gradient(#eeaa55, #dd7733);
}
#editor {
    width: 100%;
    height: 100%;
}
#editor-test {
    height: 100%;
    width: 100%;
    display: none;
}
#editor-test-controls {
    height: 80px;
    margin-top: 20px;
}
#editor-test-badge-view {
    margin-top: 20px;
    height: 100px;
    width: 100%;
}
#editor-test-badge {
    width: 100%;
    height: 100%;
}
#editor-test-spinner {
    width: 100%;
    height: 100%;
    display: none;
}
#editor-test-badge-header {
    font-style: italic;
    font-size: 11px;
    color: #888;
}
#editor-test-badge > * {
    height: 80%;
    width: 80%;
    max-height: 80%;
    max-width: 80%;
}
#editor-test-output {
    width: 95%;
}
#editor-test-output-box {
    height: 210px;
    width: 100%;
    border: 1px solid #333;
    margin: 0;
    overflow: auto;
}
#editor-test-output-header {
    align-self: flex-start;
    font-size: 15px;
    font-weight: 500;
}
#editor-test-output-text {
    font-size: 12px;
    font-weight: 500;
    padding: 0;
    margin: 10px;
}

#bottomofpage .elem {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: .2vw .3vw;
    max-width: 100%;
}

.elem > * {
    margin: .2vw .3vw;
}

.shrink {
    max-width: 40vw;
}



.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
    margin: 50px 0;
}
.hr-text:before {
      content: '';
      background: linear-gradient(to right, transparent, #818078, transparent);
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 1px;
}
.hr-text:after {
      content: attr(data-content);
      position: relative;
      display: inline-block;
      color: black;
      padding: 0 .5em;
      line-height: 1.5em;
      color: #818078;
      background-color: #ffffff;
}

.spinonce {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 500ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 500ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 500ms;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

.spinner {
    margin: 20px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(359deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(359deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(359deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(359deg);
    }
}




/* class applies to select element itself, not a wrapper element */
select {
    outline: none;
	display: block;
	font-size: 16px;
	/* font-family: sans-serif; */
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%; /* useful when width is set to anything other than 100% */
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	/* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
		for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
		
	*/
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	/* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
	background-position: right .7em top 50%, 0 0;
	/* icon size, then gradient */
	background-size: .65em auto, 100%;
}
/* Hide arrow icon in IE browsers */
select::-ms-expand {
	display: none;
}
/* Hover style 
.select-css:hover {
	border-color: #888;
}
*/

select:hover {
/*    transform: scale(1.1); */
    cursor: pointer;
	border-color: #666;
}

/* Focus style */
select:focus {
	border-color: #aaa;
	/* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222; 
    box-shadow: 0 0 0 white;
}

/* Set options to normal weight */
select option {
	font-weight:normal;
}



/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 20px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .new-badge {
    outline: none;
    cursor: pointer;
    text-shadow: 0 1px #010101;
    color: #fff;
    font-size: max(1.5vw, 15px);
    background-image: linear-gradient(#4c1, #2a0);
    padding: max(1vw,10px) max(2vw,20px);
    border-radius: max(1vw, 10px);
    border: 1px solid #666;
    margin: 10px;
}
.new-badge:hover {
    transform: scale(1.1);
    background-image: linear-gradient(#3b0, #190);
}

.linktext {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

