
/* ---------------------------------------------- DEFAULT STYLING */

body {
    color:var(--text);
    font-family:roboto mono,consolas,Lucida Console,monospace!important;
    font-size:var(--fontsize);
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .1),-1px -1px 0px rgba(255, 255, 255, .2);
}

body svg {
    filter: drop-shadow(1px 1px 0px rgba(0,0,0,.1)) drop-shadow(-1px -1px 0px rgba(255,255,255,.2));
}

a {
    color:var(--text);
    text-decoration:none;
    transition:all .4s ease-in-out;
}

a:hover {
    color:var(--accent);
    cursor:pointer;
}

.post a {
	color:var(--accent);
}

.post a:hover {
	color:var(--text);
}

i {
    opacity:.6;
}

.reblog-content h1,h2 {
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1);
    padding:10px;
    background:rgba(255,255,255,.05);
    border-radius:var(--borderstyle);
    font-weight:normal;
    line-height:25px;
}

.tippy-tooltip.custom-theme {
    display:block;
    z-index:999999999999999999999;
    word-wrap:break-word;
    padding:3px;
    background:rgba(0,0,0,.4);
    border-radius:5px;
    overflow: hidden;
    color:#fff;
    font-size:11px;
    letter-spacing:2px;
    transition:.5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
	-o-transition:.5s;
	text-transform:capitalize;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  animation-duration:2s;
}

::-webkit-scrollbar {
    width:15px;
    background-color:background:var(--posts);
}

::-webkit-scrollbar-thumb {
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1);
    border-right:0px;
    background:var(--posts);
    border-radius:var(--borderstyle);
}

::-webkit-scrollbar-thumb:active {
    border:1px solid rgba(0,0,0,.4);
    border-right:0px;
    background:var(--posts);
    box-shadow:inset -1px -1px 0px 0px rgba(255,255,255,.1), inset 1px 1px 0px 0px rgba(0,0,0,0.1);
}

ul {
    list-style:none;
}

ul li:before {
    content:'—';
    margin-right:10px;
    width:auto!important;
    margin-top:0px!important;
    margin-left:0px!important;
    height:auto!important;
    position:relative!important;
    background:transparent!important;
    vertical-align:middle;
}

li {
    margin-left:-15px;
}

.read_more_container {
    padding-top:15px;
    padding-bottom:15px;
    text-align:center;
}

.post .read_more_container a {
    color:var(--text);
    transition:0s;
    border-bottom:1px solid rgba(0,0,0,.45);
}

.post .read_more_container a:hover {
    border-bottom:1px solid rgba(0,0,0,.45);
}

.read_more {
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1);
    padding:10px;
    background:rgba(255,255,255,.05);
    border-radius:var(--borderstyle);
}

.read_more:active {
    padding:11px 9px 9px 11px;
    border:1px solid rgba(0,0,0,.4);
    border-top:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    -webkit-box-shadow:inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),-1px -1px 0px 0px rgba(255,255,255,.1);
    -moz-box-shadow:inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),-1px -1px 0px 0px rgba(255,255,255,.1);
    box-shadow:inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),-1px -1px 0px 0px rgba(255,255,255,.1);
    background:rgba(0,0,0,.025);
}

::selection {
    background:rgba(var(--rgbaccent),.5);
}

code,pre {
    line-height:inherit!important;
    font-size:inherit!important;
    word-wrap:break-word;
    white-space:pre-wrap;
    border-radius:var(--borderstyle);
    padding:15px;
    display:block;
    padding:10px;
    background:rgba(0,0,0,.025);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow:2px 2px 0px 0px rgba(255,255,255,.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
}

hr {
    border:none;
    position:relative;
    margin:8% auto 8% auto;
    width:40%;
    box-shadow:0px -1px 0px 0px rgba(0,0,0,0.1), inset 0px 1px 0px 0px rgba(255,255,255,.2);
    border-top:1px solid rgba(0,0,0,.4);
}

blockquote {
    border-left:1px solid rgba(0,0,0,.4);
    margin-left:0;
    padding-left:15px;
    -webkit-box-shadow:-1px 0px 0px 0px rgba(0,0,0,0.1),inset 1px 0px 0px 0px rgba(255,255,255,.2);
    -moz-box-shadow:-1px 0px 0px 0px rgba(0,0,0,0.1),inset 1px 0px 0px 0px rgba(255,255,255,.2);
    box-shadow:-1px 0px 0px 0px rgba(0,0,0,0.1),inset 1px 0px 0px 0px rgba(255,255,255,.2);
    max-width:100%;
}

figcaption iframe {
    min-height:190px!important;
}

/* ---------------------------------------------- TUMBLR CONTROLS */

iframe.tmblr-iframe {
    z-index:9999999999999999999999999999999999999999999!important;
    top:18px!important;
    right:20px!important;
    padding-right:60px;
    transform:scale(0.7);
    transform-origin:100% 0;
    -webkit-transform:scale(0.7);
    -webkit-transform-origin:100% 0;
    -o-transform:scale(0.7);
    -o-transform-origin:100% 0;
    -moz-transform:scale(0.7);
    -moz-transform-origin:100% 0;
    -ms-transform:scale(0.7);
    -ms-transform-origin:100% 0;
    opacity:0;
    transition:all .4s ease;
}

iframe.tmblr-iframe:hover {
    opacity:1!important;
}

#controls {
    border-radius:var(--borderstyle);
    background:var(--posts);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),3px 3px 0px 0px rgba(0,0,0,.072);
    padding:10px;
    top:20px;
    right:20px;
    transition:all .4s ease-in-out;
    cursor:pointer;
    z-index:9999999999999999;
    position:fixed;
    width:12px;
    height:12px;
}

#controls .feather {
    width:14px;
    height:14px;
    margin-top:-1px;
    margin-left:-1px;
    color:var(--windowicons);
}

/* ---------------------------------------------- POST STYLING */

#content {
    margin:0 auto;
    width:calc(90% - 32px);
    max-width:700px;
}

#floral {
    border-radius:var(--borderstyle);
    background:var(--posts);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),3px 3px 0px 0px rgba(49, 49, 49, 0.072);
    padding:7px;
    position:fixed;
    bottom:20px;
    right:20px;
    width:20px;
    height:20px;
}

#floral svg {
    width:20px;
    height:20px;
    opacity:.8;
    transition:all .4s ease-in-out;
}

#floral:hover svg {
    opacity:1;
}

#creds {
    font-size:8px;
    letter-spacing:1px;
    opacity:.3;
    text-align:center;
    text-transform:uppercase;
    margin-top:-30px;
    color:black;
    transition:all .4s ease-in-out;
}

#creds a {
    color:black;
}

#creds:hover {
    opacity:.5;
}

.post {
    border-radius:var(--borderstyle);
    width:calc(100% - 30px);
    max-width:700px;
    padding:15px;
    background:var(--posts);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),3px 3px 0px 0px rgba(0,0,0,.072);
    margin-top:50px;
    margin-bottom:50px;
    line-height:25px;
}

.post img {
	max-width:100%;
	height:auto;
    border-radius:var(--borderstyle);
    display:initial;
    text-align:center;
}

.post .media,.post video {
    text-align:center;
    padding:10px;
    background:rgba(0,0,0,.025);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow:2px 2px 0px 0px rgba(255,255,255,.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
}

.post video {
    max-width:calc(100% - 20px);
}

.post .media img {
    cursor:zoom-in;
    margin:0 auto;
}

.post .bar {
    width:calc(100% + 10px);
    margin-left:-15px;
    margin-top:-15px;
    margin-bottom:20px;
    padding:10px;
    color:var(--titles);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.05),0px 2px 0px 0px rgba(255,255,255,.2);
}

.title {
    font-size:14px;
    letter-spacing:1px;
    text-shadow:1px 1px 0px rgba(0, 0, 0, .1),-1px -1px 0px rgba(255, 255, 255, .2);
    vertical-align:middle;
    max-width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    line-height:20px;
}

.post .title {
    width:calc(100% - 130px);
}

.tmblr-full img {
    display:block;
}

.tmblr-full {
    display:inline-block;
}

.tmblr-full a {
    border-bottom:0px;
}

.tmblr-full a:hover {
    border-bottom:0px;
}

.tmblr-attribution {
    padding:5px 10px 5px 10px;
    background:rgba(0,0,0,.04);
    border:1px solid rgba(0,0,0,.025);
    border-radius:var(--borderstyle);
    font-size:11px;
    display:block;
}

.tmblr-attribution:after {
    content:'>';
    float:right;
    display:inline;
}

.post-type a {
	color:var(--text);
}

.post-type {
    text-align:right;
    border-radius:var(--borderstyle);
    background:var(--posts);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1);
    padding:2px 7px 2px 7px;
    display:inline-block;
    font-size:9px;
    letter-spacing:2px;
	color:var(--text);
    text-transform:uppercase;
	float:right;
	margin-top:-3px;
}

.pinnedpost {
    margin-right:5px;
    font-weight:bold;
    color:var(--text);
    cursor:default;
}

.post-type:active {
	cursor:pointer;
	padding:
    border:1px solid rgba(0,0,0,.4);
    border-top:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    -webkit-box-shadow:inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),1px 1px 0px 0px rgba(0,0,0,0.1),-1px -1px 0px 0px rgba(255,255,255,.1);
    -moz-box-shadow:inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),1px 1px 0px 0px rgba(0,0,0,0.1),-1px -1px 0px 0px rgba(255,255,255,.1);
    box-shadow:inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),1px 1px 0px 0px rgba(0,0,0,0.1),-1px -1px 0px 0px rgba(255,255,255,.1);
}

.post-type .feather {
    width:12px;
    height:12px;
    vertical-align:middle;
    margin-top:-1px;
}

.post-type a {
    border-bottom:0px;
}

.post-type a:hover {
    border-bottom:0px;
}

/* ---------------------------------------------- CAPTIONS */

.reblog-header {
    display:inline-block;
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1);
    padding:5px;
    background:rgba(255,255,255,.05);
    border-radius:var(--borderstyle);
    padding-right:10px;
    font-size:13px;
	margin-bottom:5px;
	margin-top:-2px;
}

.reblog-header:active {
    cursor:pointer;
    padding:6px 4px 4px 6px
    border:1px solid rgba(0,0,0,.4);
    border-top:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    -webkit-box-shadow:inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),1px 1px 0px 0px rgba(0,0,0,0.1),-1px -1px 0px 0px rgba(255,255,255,.1);
    -moz-box-shadow:inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),1px 1px 0px 0px rgba(0,0,0,0.1),-1px -1px 0px 0px rgba(255,255,255,.1);
    box-shadow:inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),1px 1px 0px 0px rgba(0,0,0,0.1),-1px -1px 0px 0px rgba(255,255,255,.1);
    background:rgba(0,0,0,.025);
}

.reblog-header img {
    display:inline-block;
    vertical-align:middle;
    width:20px;
    height:20px;
    background:rgba(0,0,0,.025);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow:2px 2px 0px 0px rgba(255,255,255,.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
	margin-right:5px;
	margin-top:-2px;
}

.reblog-header a {
	border-bottom:0px;
	color:var(--text)
}

.reblog-header a:hover {
    color:var(--accent);
    border-bottom:0px;
}

.deactivated:after {
   content:'deactivated';
   position:absolute;
   padding-left:8px;
   opacity:0;
   transition:.4s ease-in-out;
}
.deactivated:hover:after {
   opacity:1;
}

/* ---------------------------------------------- POST INFO */

.post-info {
    margin-top:20px;
    cursor:default;
}

.post-info-inner {
    background:rgba(0,0,0,.025);
    background-attachment:fixed;
    background-position:center top;
    padding:10px;
    margin-top:15px;
    overflow:auto;
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow:2px 2px 0px 0px rgba(255,255,255,.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
}

.post-info a {
    color:var(--text);
    border-bottom:0px;
}


.post-info a:first-of-type {
    padding-left:0px;
}

.post-info i {
    color:var(--text);
    opacity:1;
    transition:all .4s ease-in-out;
    text-shadow:0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(255, 255, 255, 0);
    padding-right:5px;
}

.post-info a:hover {
    border-bottom:0px;
}

.post-info a:hover .feather, .post-info a:hover i {
    color:var(--accent);
}

.post-info .feather {
    width:13px;
    height:13px;
    color:var(--text);
    vertical-align:middle;
    display:inline-block;
    margin-right:5px;
    transition:all .4s ease-in-out;
    margin-left:8px;
}

.reblog-button {
    float:right;
    margin-left:8px;
    margin-right:5px;
}

.like-button {
    position:relative;
    vertical-align:middle;
    overflow:hidden;
    color:var(--text);
    display:inline-block;
    padding-top:2px;
    padding-left:1px;
    padding-right:1px;
    margin-top:-2px;
    float:right;
}

.like-button svg {
    width:13px;
    height:13px;
    color:var(--text);
    opacity:1;
    transition:all .4s ease-in-out;
    padding-right:5px;
    margin-bottom:-3px;
    transition:all .4s ease-in-out;
}

.like-button svg:hover {
    cursor:pointer;
    color:var(--accent);
}

a.like-button .liked + svg {
    fill:var(--accent);
    transition:all .4s ease-in-out;
}

.like-button .like_button iframe {
   position:absolute;
   margin-left:-5px;
   margin-top:-2px;
   z-index:2;
   opacity:0;
}

.like_button iframe {
    margin-left:2px;
    margin-bottom:2px;
    transform:scale(0.6,0.6);
}

.like-button:hover {
    cursor:pointer;
}

.permalink-button {
    float:right;
}

.info-tags {
    margin-top:10px;
    font-size:11px;
}

.info-tags .feather {
    margin-right:10px;
    opacity:.75;
}

.post:hover .info-tags .feather {
    opacity:1;
}

.info-tags span:after {
    content:'·';
    padding-left:5px;
    padding-right:5px;
    opacity:.3;
}

.info-tags span:last-of-type:after {
    content:'';
}

.info-tags a {
    opacity:.3;
}

.post:hover .info-tags a, .post:hover .info-tags span:last-of-type:after {
    opacity:.6;
}

.post .info-tags a:hover {
    color:var(--text);
    opacity:1;
}

/* ---------------------------------------------- LIGHTBOX */

.vignette, #vignette {
    opacity:0;
}

.tmblr-lightbox, #tumblr_lightbox {
    background:rgba(var(--rgbg),.7)!important;
    -webkit-backdrop-filter:blur(4px)!important;
    backdrop-filter:blur(4px)!important;   
    z-index:99999999999999999!important 
}

.lightbox-image, #tumblr_lightbox img {
    border-radius:5px!important;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:15px!important;
    background:var(--posts)!important;
    box-shadow:none !important;
}

.lightbox-caption, #tumblr_lightbox_caption {
    visibility:hidden;
}

/* ---------------------------------------------- PHOTOSET POSTS */

[photoset-layout] {
    grid-gap:5px;
    overflow:hidden;
    border-radius:var(--borderstyle);
}

[photoset-layout] img:hover {
    cursor:zoom-in;
}

figure img {
    max-width:100%;
    border-radius:var(--borderstyle);
}

.npf_photoset {
    border-radius:var(--borderstyle);
    text-align:center;
    padding:10px;
    background:rgba(0,0,0,.025);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow:2px 2px 0px 0px rgba(255,255,255,.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
}

.npf_photoset img {
    cursor:zoom-in;
}

/* ---------------------------------------------- VIDEO POSTS */

.videoWrapper {
    position:relative;
    padding-bottom:56.25%;
    height:0;
    border-radius:5px;
    overflow:hidden;
}

.videoWrapper iframe{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    border-radius:5px;
}

video {
    max-width:100%;
    height:auto!important;
    border-radius:5px;
}

.embed_iframe {
    max-width:100%;
}

/* ---------------------------------------------- AUDIO POSTS */

.audio {
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1);
    padding:10px;
    background:rgba(255,255,255,.05);
    border-radius:var(--borderstyle);
    display:flex;
    height:150px;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.audio-image {
    vertical-align:top;
    min-width:140px;
    max-width:140px;
    min-height:140px;
    max-height:140px;
    background:rgba(0,0,0,.025);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow:2px 2px 0px 0px rgba(255,255,255,.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    margin-right:5px;
    padding:5px;
}

.audio-image img {
    width:100%;
    height:100%;
}

.audio-info {
    vertical-align:middle;
    width:100%;
    white-space:nowrap;
    overflow:hidden;
    padding:10px;
    background:rgba(0,0,0,.025);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow:2px 2px 0px 0px rgba(255,255,255,.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    height:130px;
    margin-left:5px;
}

.error_icon svg {
	stroke:var(--text);
    animation-name:spin;
    animation-duration:5000ms;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.audio_player .seekbar {
	width:calc(100% - 30px);
	margin-left:5px;
	height:0.5em;
	border-radius:var(--borderstyle);
	cursor:pointer;
	margin-top:10px;
	margin-left:15px;
    border:1px solid rgba(0,0,0,.35);
    border-bottom:1px solid rgba(0,0,0,.4);
    border-right:1px solid rgba(0,0,0,.4);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1);
}

.audio_player .seekbar_progress {
	width:0;
	height:100%;
    background:var(--gradient1);
    background:linear-gradient(to right, var(--gradient1) 0%,var(--gradient2) 100%);
	border-radius:var(--borderstyle);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),inset -1px 0px 0px 0px rgba(0,0,0,0.3);
}

.current_time {
    float:left;
    opacity:.5;
    font-size:11px;
    padding-top:2px;
    padding-left:15px;
}

.time_left {
    float:right;
    opacity:.5;
    font-size:11px;
    padding-top:2px;
    padding-right:15px;
}

.audio-artist {
    text-align:center;
    font-size:13px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.audio-album {
    text-align:center;
    font-size:11px;
    opacity:.6;
    margin-top:3px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    letter-spacing:1px;
}

.audio-track {
    text-align:center;
    margin-top:10px;
    font-size:12px;
}

.audio-buttons {
    margin-top:20px;
    text-align:center;
}

.audio-buttons .feather {
    width:12px;
    height:12px;
    transition:all .4s ease-in-out;
    margin-bottom:5px;
}

.audio-button {
    cursor:pointer;
    border-radius:100%;
    vertical-align:top;
}

.audio-button:hover .feather {
    color:var(--accent);
}

.audio-buttons span {
    display:inline-block;
    margin-left:10px;
    border:1px solid rgba(0,0,0,.35);
    border-bottom:1px solid rgba(0,0,0,.4);
    border-right:1px solid rgba(0,0,0,.4);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1);
    padding:5px;
    background:rgba(255,255,255,.05);
    border-radius:var(--borderstyle);
    padding:5px;
    width:12px;
    height:12px;
}

.audio-button:active {
    padding:6px 4px 4px 6px;
    width:12px;
    height:12px;
    border:1px solid rgba(0,0,0,.4);
    border-top:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    -webkit-box-shadow:inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),-1px -1px 0px 0px rgba(255,255,255,.1);
    -moz-box-shadow:inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),-1px -1px 0px 0px rgba(255,255,255,.1);
    box-shadow:inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),-1px -1px 0px 0px rgba(255,255,255,.1);
    background:rgba(0,0,0,.025);
}

.audio-buttons span:first-of-type {
    display:inline-block;
    margin-left:0px;
}

.tumblr_audio_player {
    height:85px;
    width:100%;
    border-radius:var(--borderstyle);
}

.soundcloud_audio_player {
     width:100%;
}

.spotify_audio_player {
    width:100%;
}

/* ---------------------------------------------- LINK POSTS */

.link-post {
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1);
    padding:10px;
    background:rgba(255,255,255,.05);
    border-radius:var(--borderstyle);
}

.link-thumbnail {
    background:rgba(0,0,0,.025);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow:2px 2px 0px 0px rgba(255,255,255,.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    padding:5px;
}

.link-post .feather {
    width:15px;
    height:15px;
    vertical-align:bottom;
    display:inline-block;
    float:right;
    padding-top:2px;
}

.link-post .title {
    display:inline-block;
    max-width:calc(100% - 25px);
}

/* ---------------------------------------------- CHAT POSTS */

.chat-post {
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1);
    padding:10px;
    background:rgba(255,255,255,.05);
    border-radius:var(--borderstyle);
}

.chat-line {
    background:rgba(0,0,0,.025);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow:2px 2px 0px 0px rgba(255,255,255,.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    padding:5px 10px 5px 10px;
    margin-top:10px;
}

.chat-label {
    font-weight:bold;
    letter-spacing:1px;
}

.chat-line:first-of-type {
    margin-top:0px;
}

/* ---------------------------------------------- QUOTE POSTS */

.quote-post {
    font-size:15px;
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1);
    padding:10px;
    background:rgba(255,255,255,.05);
    border-radius:var(--borderstyle);
    text-align:center;
}

.quote-source {
    text-transform:uppercase;
    letter-spacing:1px;
    opacity:.75;
    font-size:11px;
    margin-top:10px;
}

/* ---------------------------------------------- ANSWER POSTS */

.ask-bubble {
    border-radius:var(--borderstyle);
    width:calc(100% - 30px);
    padding:15px;
    background:var(--posts);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1);
    line-height:18px;
    margin-bottom:15px;
}

.asker-port {
    display:inline-block;
    vertical-align:middle;
    width:40px;
    height:40px;
    background:rgba(0,0,0,.025);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow:2px 2px 0px 0px rgba(255,255,255,.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    margin-right:5px;
}

.asker-label {
    vertical-align:middle;
    display:inline-block;
    margin-left:10px;
    font-size:12px;
}

.asker-label a {
    border-bottom:0px;
}

.asker-label a:hover {
    border-bottom:0px;
}

.ask-content {
    margin-top:10px;
    padding:5px 15px 5px 15px;
    background:rgba(0,0,0,.025);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow:2px 2px 0px 0px rgba(255,255,255,.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
}

.ask-content ~ .ask-content {
    padding:15px;
}

/* ---------------------------------------------- PERMALINK PAGE */

#notebox {
    background:rgba(0,0,0,.025);
    max-height:300px;
    width:calc(100% - 30px);
    margin-top:20px;
    margin-bottom:10px;
    overflow:auto;
    padding:15px;
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow:2px 2px 0px 0px rgba(255,255,255,.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
}

#notebox blockquote {
    border-left:0px transparent;
}

#notebox a {
    color:var(--text);
    border-bottom:0px;
}

#notebox a:hover {
    color:var(--text);
}

#notebox ol {
    margin-top:0;
    margin-bottom:0;
    margin-left:-40px;
}

#notebox ol li {
    list-style:none;
    padding:6px;
    word-wrap:break-word;
    border-radius:var(--borderstyle);
    background:var(--posts);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1);
    font-size:8px;
    letter-spacing:1px;
    margin-left:0px;
    text-transform:uppercase;
    margin-top:10px;
}

#notebox ol li:first-of-type {
    margin-top:0px;
}

#notebox ol li:nth-child(odd) {
    background:rgba(var(--rgbaccent),.1);
}

#notebox img {
    display:inline-block;
    vertical-align:middle;
    width:18px;
    height:18px;
    background:rgba(0,0,0,.025);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow:2px 2px 0px 0px rgba(255,255,255,.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    margin-right:10px;
}

.more_notes_link {
    text-align:center;
    font-family:var(--accentfont);
    font-size:9px;
    font-weight:bold;
    color:var(--text);
}

#permnav {
    padding-top:20px;
    padding-bottom:20px;
}

#permnav .feather {
    width:12px;
    height:12px;
    vertical-align:middle;
}

#permnav a {
    border-radius:var(--borderstyle);
    background:var(--posts);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1);
    padding:6px;
    font-size:8px;
    letter-spacing:1px;
    text-transform:uppercase;
    transition:all 0s ease-in-out;
}

#permnav a:active {
    cursor:pointer;
    padding:7px 5px 5px 7px;
    border:1px solid rgba(0,0,0,.4);
    border-top:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    -webkit-box-shadow:inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),1px 1px 0px 0px rgba(0,0,0,0.1),-1px -1px 0px 0px rgba(255,255,255,.1);
    -moz-box-shadow:inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),1px 1px 0px 0px rgba(0,0,0,0.1),-1px -1px 0px 0px rgba(255,255,255,.1);
    box-shadow:inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),1px 1px 0px 0px rgba(0,0,0,0.1),-1px -1px 0px 0px rgba(255,255,255,.1);
    transition:all 0s ease-in-out;
    background:rgba(0,0,0,.025);
}

#perma {
    margin-top:-20px;
}

.permatag a {
    background:rgba(0,0,0,.025);
    padding:5px 7px 5px 7px;
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow:2px 2px 0px 0px rgba(255,255,255,.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    font-size:11px;
    margin-right:10px;
    text-align:center;
}


.permatag {
    margin-top:15px;
    line-height:30px;
}

/* ---------------------------------------------- CONTAINER */

#container {
    width:100%;
    height:100%;
    margin:0 auto;
    z-index:10;
	position:fixed;
	max-width:2000px;
	max-height:1500px;
}

#posts.active {
    height:100px!important;
}

#posts {
    border-radius:var(--borderstyle);
    width:45%;
    height:calc(90% - 20px);
    max-height:1500px;
    background:var(--posts);
    position:relative;
    left:30%;
    top:20px;
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),3px 3px 0px 0px rgba(0,0,0,.072);
}

#posts .windowbuttons {
    margin-top:-26px;
}

#content .bar {
    background:var(--gradient1);
    background:linear-gradient(to right, var(--gradient1) 0%,var(--gradient2) 100%);
}

.bar {
    background:rgba(255,255,255,.05);
    padding:5px 8px 5px 8px;
    margin-left:0px;
    margin-top:0px;
    width:calc(100% - 16px);
    border-top-left-radius:var(--borderstyle);
    border-top-right-radius:var(--borderstyle);
    box-shadow:inset -2px -2px 0px 0px rgba(0,0,0,.05),0px 2px 0px 0px rgba(255,255,255,.2);
    border-bottom:1px solid rgba(0,0,0,.25);
}

.gradi {
    background:var(--gradient1);
    background:linear-gradient(to right, var(--gradient1) 0%,var(--gradient2) 100%);
    margin-top:4px;
    width:calc(100% - 0px);
    border-radius:var(--borderstyle);
}

.buttons {
    margin-top:-22px;
    position:absolute;
    right:17px;
}

.button {
    width:9px;
    height:9px;
    float:right;
    border-radius:100%;
    margin-left:7px;
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow:inset 1px 1px 0px 0px rgba(255,255,255,.2),inset -1px -1px 0px 0px rgba(0,0,0,.1),1px 1px 0px 0px rgba(0,0,0,0.1),-1px -1px 0px 0px rgba(255,255,255,.1);
}

.button:active {
    cursor:pointer;
    border:1px solid rgba(0,0,0,.4);
    border-top:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    -webkit-box-shadow:inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),1px 1px 0px 0px rgba(0,0,0,0.1),-1px -1px 0px 0px rgba(255,255,255,.1);
    -moz-box-shadow:inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),1px 1px 0px 0px rgba(0,0,0,0.1),-1px -1px 0px 0px rgba(255,255,255,.1);
    box-shadow:inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),1px 1px 0px 0px rgba(0,0,0,0.1),-1px -1px 0px 0px rgba(255,255,255,.1);
}

.button:hover {
    cursor:pointer;
}

.windowbuttons {
    margin-top:-31px;
    margin-left:calc(100% - 40px);
    position:absolute;
}

 .buttonz {
    width:6px;
    height:6px;
    padding:5px;
    background:var(--posts);
    cursor:pointer;
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow:inset 1px 1px 0px 0px rgba(255,255,255,.2),inset -1px -1px 0px 0px rgba(0,0,0,.1);
    border-radius:var(--borderstyle);
}

.buttonz:active {
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    padding:6px 4px 4px 6px;
    box-shadow:inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px (255,255,255,.2);
}

.xbt1, .xbt2, .xbt3, .xbt4, .xbt5, .xbt6, .xbt7, .xbt8, .xbt9 {
    background:var(--windowicons);
    width:1px;
    height:1px;
}

.xbt2 {margin-left:4px; margin-top:-1px; }
.xbt3 {margin-left:1px }
.xbt4 {margin-left:2px }
.xbt5 {margin-top:-2px; margin-left:3px; }
.xbt6 {margin-top:1px; margin-left:1px; }
.xbt7 {margin-left:3px; margin-top:-1px; }
.xbt8 {margin-left:4px }
.xbt9 {margin-top:-1px }
.winbt1 {width:5px; height:5px; border:1px solid var(--windowicons); margin-top:-1px; margin-left:-1px; }
.winbt2 {width:5px; height:1px; background:var(--windowicons); margin-top:-6px; } .minbt {background:var(--windowicons); width:5px; height:1px; margin-top:3px; }

.window {
    background-attachment:fixed;
    background-position:center top;
    width:calc(100% - 30px);
    height:calc(100% - 205px);
    margin-top:15px;
    margin-left:15px;
    overflow:auto;
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow:2px 2px 0px 0px rgba(255,255,255,.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    overflow-x:hidden;
}

.favicon {
    display:inline-block;
    margin-left:7px;
    width:16px;
    height:16px;
    padding-top:3px;
    padding-bottom:3px;
    margin-top:7px;
}

.favicon img {
    max-width:16px;
    max-height:16px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

#title {
    font-weight:normal;
    font-style:normal;
    font-size:12px;
    letter-spacing:1px;
    margin-left:15px;
    margin-top:-5px;
    display:inline-block;
    text-shadow:1px 1px 0px rgba(0, 0, 0, .1),-1px -1px 0px rgba(255, 255, 255, .2);
    vertical-align:middle;
    padding-bottom:10px;
    max-width:calc(100%  - 110px);
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color:var(--titles);
}

#menu {
    margin-top:10px;
    margin-bottom:7px;
    font-size:12px;
    letter-spacing:1px;
    word-spacing:5px;
    margin-left:5px;
}

#menu a {
    color:var(--text);
}

#menu u {
    color:var(--text);
}

#menu a:hover {
    font-style:italic;
}

#tools {
	width:61px;
	position:absolute;
	margin-left:10px;
	line-height:0;
	z-index:999999999999999999;
}

#tools a {
    display:inline-block;
}

.tools {
    padding:4px 0px 0px 3px;
	width:26px;
	height:28px;
	background:rgba(255, 255, 255, .05);
	display:inline-block;
	cursor:pointer;
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1);
    border-left:1px solid rgba(0,0,0,.35);
    border-bottom:1px solid rgba(0,0,0,.4);
    border-right:1px solid rgba(0,0,0,.4);
    border-top:0px;
}

.tools:active {
    box-shadow:inset -1px -1px 0px 0px rgba(255,255,255,.2), inset 1px 1px 0px 0px rgba(0,0,0,0.1);
    padding:5px 0px 0px 4px;
	width:25px;
	height:27px;
	background:rgba(0, 0, 0, .02);
}

.star1 {
	height:3px;
	width:1px;
	background:var(--windowicons);
	margin-left:8px;
	margin-top:4px;
	position:absolute;
}
.star2 {
	height:1px;
	width:1px;
	background:var(--windowicons);
	margin-left:9px;
	margin-top:5px;
	position:absolute;
}
.star3 {
	height:1px;
	width:1px;
	background:var(--windowicons);
	margin-left:11px;
	margin-top:7px;
	position:absolute;
}
.star4 {
	height:1px;
	width:1px;
	background:var(--windowicons);
	margin-left:12px;
	margin-top:8px;
	position:absolute;
}
.star5 {
	height:1px;
	width:1px;
	background:var(--windowicons);
	margin-left:14px;
	margin-top:7px;
	position:absolute;
}
.star6 {
	height:1px;
	width:2px;
	background:var(--windowicons);
	margin-left:15px;
	margin-top:6px;
	position:absolute;
}
.star7 {
	height:1px;
	width:1px;
	background:var(--windowicons);
	margin-left:16px;
	margin-top:5px;
	position:absolute;
}
.star8 {
	height:2px;
	width:1px;
	background:var(--windowicons);
	margin-left:16px;
	margin-top:8px;
	position:absolute;
}
.star9 {
	height:1px;
	width:1px;
	background:var(--windowicons);
	margin-left:16px;
	margin-top:11px;
	position:absolute;
}
.star10 {
	height:1px;
	width:1px;
	background:var(--windowicons);
	margin-left:17px;
	margin-top:12px;
	position:absolute;
}
.star11 {
	height:1px;
	width:1px;
	background:var(--windowicons);
	margin-left:18px;
	margin-top:13px;
	position:absolute;
}
.star12 {
	height:1px;
	width:4px;
	background:var(--windowicons);
	margin-left:16px;
	margin-top:14px;
	position:absolute;
}
.star13 {
	height:1px;
	width:2px;
	background:var(--windowicons);
	margin-left:13px;
	margin-top:14px;
	position:absolute;
}
.star14 {
	height:1px;
	width:1px;
	background:var(--windowicons);
	margin-left:12px;
	margin-top:15px;
	position:absolute;
}
.star15 {
	height:1px;
	width:1px;
	background:var(--windowicons);
	margin-left:10px;
	margin-top:17px;
	position:absolute;
}
.star16 {
	height:1px;
	width:1px;
	background:var(--windowicons);
	margin-left:9px;
	margin-top:18px;
	position:absolute;
}
.star17 {
	height:3px;
	width:1px;
	background:var(--windowicons);
	margin-left:8px;
	margin-top:17px;
	position:absolute;
}
.star18 {
	height:2px;
	width:1px;
	background:var(--windowicons);
	margin-left:8px;
	margin-top:14px;
	position:absolute;
}
.star19 {
	height:1px;
	width:1px;
	background:var(--windowicons);
	margin-left:7px;
	margin-top:14px;
	position:absolute;
}
.star20 {
	height:1px;
	width:2px;
	background:var(--windowicons);
	margin-left:4px;
	margin-top:14px;
	position:absolute;
}
.star21 {
	height:1px;
	width:1px;
	background:var(--windowicons);
	margin-left:5px;
	margin-top:13px;
	position:absolute;
}
.star22 {
	height:1px;
	width:1px;
	background:var(--windowicons);
	margin-left:6px;
	margin-top:12px;
	position:absolute;
}
.star23 {
	height:1px;
	width:1px;
	background:var(--windowicons);
	margin-left:7px;
	margin-top:11px;
	position:absolute;
}
.star24 {
	height:2px;
	width:1px;
	background:var(--windowicons);
	margin-left:8px;
	margin-top:8px;
	position:absolute;
}
.square1 {
	width:1px;
	height:2px;
	background:var(--windowicons);
	position:absolute;
	margin-top:7px;
	margin-left:5px;
}
.square2 {
	width:1px;
	height:2px;
	background:var(--windowicons);
	position:absolute;
	margin-top:10px;
	margin-left:5px;
}
.square3 {
	width:1px;
	height:2px;
	background:var(--windowicons);
	position:absolute;
	margin-top:13px;
	margin-left:5px;
}
.square4 {
	width:1px;
	height:2px;
	background:var(--windowicons);
	position:absolute;
	margin-top:16px;
	margin-left:5px;
}
.square5 {
	width:1px;
	height:2px;
	background:var(--windowicons);
	position:absolute;
	margin-top:7px;
	margin-left:19px;
}
.square6 {
	width:1px;
	height:2px;
	background:var(--windowicons);
	position:absolute;
	margin-top:10px;
	margin-left:19px;
}
.square7 {
	width:1px;
	height:2px;
	background:var(--windowicons);
	position:absolute;
	margin-top:13px;
	margin-left:19px;
}
.square8 {
	width:1px;
	height:2px;
	background:var(--windowicons);
	position:absolute;
	margin-top:16px;
	margin-left:19px;
}
.square9 {
	width:2px;
	height:1px;
	background:var(--windowicons);
	position:absolute;
	margin-top:7px;
	margin-left:7px;
}
.square10 {
	width:2px;
	height:1px;
	background:var(--windowicons);
	position:absolute;
	margin-top:7px;
	margin-left:10px;
}
.square11 {
	width:2px;
	height:1px;
	background:var(--windowicons);
	position:absolute;
	margin-top:7px;
	margin-left:13px;
}
.square12 {
	width:2px;
	height:1px;
	background:var(--windowicons);
	position:absolute;
	margin-top:7px;
	margin-left:16px;
}
.square13 {
	width:2px;
	height:1px;
	background:var(--windowicons);
	position:absolute;
	margin-top:17px;
	margin-left:7px;
}
.square14 {
	width:2px;
	height:1px;
	background:var(--windowicons);
	position:absolute;
	margin-top:17px;
	margin-left:10px;
}
.square15 {
	width:2px;
	height:1px;
	background:var(--windowicons);
	position:absolute;
	margin-top:17px;
	margin-left:13px;
}
.square16 {
	width:2px;
	height:1px;
	background:var(--windowicons);
	position:absolute;
	margin-top:17px;
	margin-left:16px;
}
.eraser1 {
	width:6px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:6px;
	margin-left:11px;
}
.eraser2 {
	width:1px;
	height:4px;
	position:absolute;
	background:var(--windowicons);
	margin-top:7px;
	margin-left:17px;
}
.eraser3 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:11px;
	margin-left:16px;
}
.eraser4 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:12px;
	margin-left:15px;
}
.eraser5 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:13px;
	margin-left:14px;
}
.eraser6 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:14px;
	margin-left:13px;
}
.eraser7 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:15px;
	margin-left:12px;
}
.eraser8 {
	width:1px;
	height:4px;
	position:absolute;
	background:var(--windowicons);
	margin-top:13px;
	margin-left:11px;
}
.eraser9 {
	width:6px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:16px;
	margin-left:5px;
}
.eraser10 {
	width:1px;
	height:3px;
	position:absolute;
	background:var(--windowicons);
	margin-top:13px;
	margin-left:4px;
}
.eraser11 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:12px;
	margin-left:5px;
}
.eraser12 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:11px;
	margin-left:6px;
}
.eraser13 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:10px;
	margin-left:7px;
}
.eraser14 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:9px;
	margin-left:8px;
}
.eraser15 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:8px;
	margin-left:9px;
}
.eraser16 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:7px;
	margin-left:10px;
}
.eraser17 {
	width:6px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:6px;
	margin-left:11px;
}
.eraser18 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:8px;
	margin-left:16px;
}
.eraser19 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:9px;
	margin-left:15px;
}
.eraser20 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:10px;
	margin-left:14px;
}
.eraser21 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:11px;
	margin-left:13px;
}
.eraser22 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:12px;
	margin-left:12px;
}
.eraser23 {
	width:6px;
	height:3px;
	position:absolute;
	background:rgba(0, 0, 0, .01);
	margin-left:5px;
	margin-top:13px;
}
.eraser24 {
	width:6px;
	height:1px;
	position:absolute;
	background:var(--eraser);
	margin-top:7px;
	margin-left:11px;
}
.eraser25 {
	width:6px;
	height:1px;
	position:absolute;
	background:var(--eraser);
	margin-top:8px;
	margin-left:10px;
}
.eraser26 {
	width:6px;
	height:1px;
	position:absolute;
	background:var(--eraser);
	margin-top:9px;
	margin-left:9px;
}
.eraser27 {
	width:6px;
	height:1px;
	position:absolute;
	background:var(--eraser);
	margin-top:10px;
	margin-left:8px;
}
.eraser28 {
	width:6px;
	height:1px;
	position:absolute;
	background:var(--eraser);
	margin-top:11px;
	margin-left:7px;
}
.eraser29 {
	width:6px;
	height:1px;
	position:absolute;
	background:var(--eraser);
	margin-top:12px;
	margin-left:6px;
}
.eraser31 {
	width:1px;
	height:2px;
	position:absolute;
	background:var(--eraser);
	margin-top:9px;
	margin-left:16px;
}
.eraser32 {
	width:1px;
	height:2px;
	position:absolute;
	background:var(--eraser);
	margin-top:10px;
	margin-left:15px;
}
.eraser33 {
	width:1px;
	height:2px;
	position:absolute;
	background:var(--eraser);
	margin-top:11px;
	margin-left:14px;
}
.eraser34 {
	width:1px;
	height:2px;
	position:absolute;
	background:var(--eraser);
	margin-top:12px;
	margin-left:13px;
}
.eraser35 {
	width:1px;
	height:2px;
	position:absolute;
	background:var(--eraser);
	margin-top:13px;
	margin-left:12px;
}
.eraser36 {
	width:1px;
	height:2px;
	position:absolute;
	background:rgba(0, 0, 0, .2);
	margin-top:9px;
	margin-left:16px;
}
.eraser37 {
	width:1px;
	height:2px;
	position:absolute;
	background:rgba(0, 0, 0, .2);
	margin-top:10px;
	margin-left:15px;
}
.eraser38 {
	width:1px;
	height:2px;
	position:absolute;
	background:rgba(0, 0, 0, .2);
	margin-top:11px;
	margin-left:14px;
}
.eraser39 {
	width:1px;
	height:2px;
	position:absolute;
	background:rgba(0, 0, 0, .2);
	margin-top:12px;
	margin-left:13px;
}
.eraser40 {
	width:1px;
	height:2px;
	position:absolute;
	background:rgba(0, 0, 0, .2);
	margin-top:13px;
	margin-left:12px;
}
.paint1 {
	width:3px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:7px;
	margin-left:6px;
}
.paint2 {
	width:3px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:8px;
	margin-left:5px;
}
.paint3 {
	width:3px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:9px;
	margin-left:4px;
}
.paint4 {
	width:1px;
	height:6px;
	position:absolute;
	background:var(--windowicons);
	margin-top:10px;
	margin-left:4px;
}
.paint5 {
	width:1px;
	height:8px;
	position:absolute;
	background:var(--windowicons);
	margin-top:10px;
	margin-left:5px;
}
.paint6 {
	width:1px;
	height:7px;
	position:absolute;
	background:var(--windowicons);
	margin-top:12px;
	margin-left:6px;
}
.paint7 {
	width:1px;
	height:2px;
	position:absolute;
	background:var(--windowicons);
	margin-top:10px;
	margin-left:7px;
}
.paint8 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:11px;
	margin-left:8px;
}
.paint9 {
	width:1px;
	height:2px;
	position:absolute;
	background:var(--windowicons);
	margin-top:12px;
	margin-left:9px;
}
.paint10 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:11px;
	margin-left:10px;
}
.paint11 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:9px;
	margin-left:8px;
}
.paint12 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:8px;
	margin-left:9px;
}
.paint13 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:7px;
	margin-left:10px;
}
.paint14 {
	width:2px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:5px;
	margin-left:12px;
}
.paint15 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:6px;
	margin-left:13px;
}
.paint16 {
	width:2px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:7px;
	margin-left:14px;
}
.paint17 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:8px;
	margin-left:13px;
}
.paint18 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:14px;
	margin-left:10px;
}
.paint19 {
	width:1px;
	height:3px;
	position:absolute;
	background:var(--windowicons);
	margin-top:13px;
	margin-left:11px;
}
.paint20 {
	width:1px;
	height:5px;
	position:absolute;
	background:var(--windowicons);
	margin-top:12px;
	margin-left:12px;
}
.paint21 {
	width:1px;
	height:5px;
	position:absolute;
	background:var(--windowicons);
	margin-top:11px;
	margin-left:13px;
}
.paint22 {
	width:1px;
	height:5px;
	position:absolute;
	background:var(--windowicons);
	margin-top:10px;
	margin-left:14px;
}
.paint23 {
	width:1px;
	height:5px;
	position:absolute;
	background:var(--windowicons);
	margin-top:9px;
	margin-left:15px;
}
.paint24 {
	width:1px;
	height:5px;
	position:absolute;
	background:var(--windowicons);
	margin-top:8px;
	margin-left:16px;
}
.paint25 {
	width:1px;
	height:3px;
	position:absolute;
	background:var(--windowicons);
	margin-top:9px;
	margin-left:17px;
}
.paint26 {
	width:2px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:17px;
	margin-left:13px;
}
.paint27 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:16px;
	margin-left:15px;
}
.paint28 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:15px;
	margin-left:16px;
}
.paint29 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:14px;
	margin-left:17px;
}
.paint30 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:13px;
	margin-left:18px;
}
.paint31 {
	width:1px;
	height:2px;
	position:absolute;
	background:var(--windowicons);
	margin-top:11px;
	margin-left:19px;
}
.paint32 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:10px;
	margin-left:18px;
}
.paint33 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:6px;
	margin-left:11px;
}
.paint34 {
	width:6px;
	height:1px;
	position:absolute;
	background:var(--paintbucket);
	margin-top:9px;
	margin-left:9px;
}
.paint35 {
	width:6px;
	height:1px;
	position:absolute;
	background:var(--paintbucket);
	margin-top:10px;
	margin-left:8px;
}
.paint36 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--paintbucket);
	margin-top:11px;
	margin-left:9px;
}
.paint37 {
	width:2px;
	height:1px;
	position:absolute;
	background:var(--paintbucket);
	margin-top:11px;
	margin-left:11px;
}
.paint38 {
	width:2px;
	height:1px;
	position:absolute;
	background:var(--paintbucket);
	margin-top:12px;
	margin-left:10px;
}
.paint39 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--paintbucket);
	margin-top:13px;
	margin-left:10px;
}
.paint40 {
	width:2px;
	height:1px;
	position:absolute;
	background:var(--paintbucket);
	margin-top:16px;
	margin-left:13px;
}
.paint41 {
	width:2px;
	height:1px;
	position:absolute;
	background:var(--paintbucket);
	margin-top:15px;
	margin-left:14px;
}
.paint42 {
	width:2px;
	height:1px;
	position:absolute;
	background:var(--paintbucket);
	margin-top:14px;
	margin-left:15px;
}
.paint43 {
	width:2px;
	height:1px;
	position:absolute;
	background:var(--paintbucket);
	margin-top:14px;
	margin-left:15px;
}
.paint44 {
	width:2px;
	height:1px;
	position:absolute;
	background:var(--paintbucket);
	margin-top:13px;
	margin-left:16px;
}
.paint45 {
	width:2px;
	height:1px;
	position:absolute;
	background:var(--paintbucket);
	margin-top:12px;
	margin-left:17px;
}
.paint46 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--paintbucket);
	margin-top:11px;
	margin-left:18px;
}
.paint47 {
	width:1px;
	height:1px;
	position:absolute;
	background:rgba(255, 255, 255, .8);
	margin-top:6px;
	margin-left:12px;
}
.paint48 {
	width:3px;
	height:1px;
	position:absolute;
	background:rgba(255, 255, 255, .8);
	margin-top:7px;
	margin-left:11px;
}
.paint49 {
	width:3px;
	height:1px;
	position:absolute;
	background:rgba(255, 255, 255, .8);
	margin-top:8px;
	margin-left:10px;
}
.paint50 {
	width:2px;
	height:1px;
	position:absolute;
	background:rgba(255, 255, 255, .8);
	margin-top:8px;
	margin-left:14px;
}
.drop1 {
	width:1px;
	height:3px;
	position:absolute;
	background:var(--windowicons);
	margin-top:6px;
	margin-left:19px;
}
.drop2 {
	width:1px;
	height:5px;
	position:absolute;
	background:var(--windowicons);
	margin-top:5px;
	margin-left:18px;
}
.drop3 {
	width:1px;
	height:6px;
	position:absolute;
	background:var(--windowicons);
	margin-top:5px;
	margin-left:17px;
}
.drop4 {
	width:1px;
	height:8px;
	position:absolute;
	background:var(--windowicons);
	margin-top:5px;
	margin-left:16px;
}
.drop5 {
	width:1px;
	height:6px;
	position:absolute;
	background:var(--windowicons);
	margin-top:6px;
	margin-left:15px;
}
.drop6 {
	width:1px;
	height:4px;
	position:absolute;
	background:var(--windowicons);
	margin-top:7px;
	margin-left:14px;
}
.drop7 {
	width:1px;
	height:2px;
	position:absolute;
	background:var(--windowicons);
	margin-top:8px;
	margin-left:13px;
}
.drop8 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:8px;
	margin-left:12px;
}
.drop9 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:10px;
	margin-left:12px;
}
.drop10 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:11px;
	margin-left:11px;
}
.drop11 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:12px;
	margin-left:10px;
}
.drop12 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:13px;
	margin-left:9px;
}
.drop13 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:14px;
	margin-left:8px;
}
.drop14 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:15px;
	margin-left:7px;
}
.drop15 {
	width:1px;
	height:3px;
	position:absolute;
	background:var(--windowicons);
	margin-top:16px;
	margin-left:6px;
}
.drop16 {
	width:2px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:18px;
	margin-left:7px;
}
.drop17 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:17px;
	margin-left:9px;
}
.drop18 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:16px;
	margin-left:10px;
}
.drop19 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:15px;
	margin-left:11px;
}
.drop20 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:14px;
	margin-left:12px;
}
.drop21 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:13px;
	margin-left:13px;
}
.drop22 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--windowicons);
	margin-top:12px;
	margin-left:14px;
}
.drop23 {
	width:1px;
	height:1px;
	position:absolute;
	background:rgba(255, 255, 255, .6);
	margin-top:6px;
	margin-left:16px;
}
.drop24 {
	width:1px;
	height:2px;
	position:absolute;
	background:rgba(255, 255, 255, .8);
	margin-top:10px;
	margin-left:13px;
}
.drop25 {
	width:1px;
	height:2px;
	position:absolute;
	background:rgba(255, 255, 255, .8);
	margin-top:11px;
	margin-left:12px;
}
.drop26 {
	width:1px;
	height:2px;
	position:absolute;
	background:rgba(255, 255, 255, .8);
	margin-top:12px;
	margin-left:11px;
}
.drop27 {
	width:1px;
	height:2px;
	position:absolute;
	background:rgba(255, 255, 255, .8);
	margin-top:13px;
	margin-left:10px;
}
.drop28 {
	width:1px;
	height:2px;
	position:absolute;
	background:rgba(255, 255, 255, .8);
	margin-top:14px;
	margin-left:9px;
}
.drop29 {
	width:1px;
	height:2px;
	position:absolute;
	background:rgba(255, 255, 255, .8);
	margin-top:15px;
	margin-left:8px;
}
.drop30 {
	width:1px;
	height:1px;
	position:absolute;
	background:rgba(255, 255, 255, .8);
	margin-top:16px;
	margin-left:7px;
}
.drop31 {
	width:1px;
	height:1px;
	position:absolute;
	background:rgba(0, 0, 0, .2);
	margin-top:11px;
	margin-left:14px;
}
.drop32 {
	width:1px;
	height:1px;
	position:absolute;
	background:rgba(0, 0, 0, .2);
	margin-top:12px;
	margin-left:13px;
}
.drop33 {
	width:1px;
	height:1px;
	position:absolute;
	background:rgba(0, 0, 0, .2);
	margin-top:13px;
	margin-left:12px;
}
.drop34 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--dropper);
	margin-top:14px;
	margin-left:11px;
}
.drop35 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--dropper);
	margin-top:15px;
	margin-left:10px;
}
.drop36 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--dropper);
	margin-top:16px;
	margin-left:9px;
}
.drop37 {
	width:2px;
	height:1px;
	position:absolute;
	background:var(--dropper);
	margin-top:17px;
	margin-left:7px;
}
.drop38 {
	width:1px;
	height:1px;
	position:absolute;
	background:var(--dropper);
	margin-top:17px;
	margin-left:5px;
}
.drop39 {
	width:2px;
	height:1px;
	position:absolute;
	background:var(--dropper);
	margin-top:18px;
	margin-left:4px;
}
.drop40 {
	width:7px;
	height:1px;
	position:absolute;
	background:var(--dropper);
	margin-top:19px;
	margin-left:5px;
}
.drop41 {
	width:5px;
	height:1px;
	position:absolute;
	background:var(--dropper);
	margin-top:18px;
	margin-left:9px;
}
.drop42 {
	width:3px;
	height:1px;
	position:absolute;
	background:var(--dropper);
	margin-top:17px;
	margin-left:10px;
}
.glass1 {
	width:4px;
	height:1px;
	margin-top:4px;
	margin-left:8px;
	position:absolute;
	background:var(--windowicons);
}
.glass2 {
	width:2px;
	height:1px;
	margin-top:5px;
	margin-left:6px;
	position:absolute;
	background:var(--windowicons);
}
.glass3 {
	width:1px;
	height:2px;
	margin-top:6px;
	margin-left:5px;
	position:absolute;
	background:var(--windowicons);
}
.glass4 {
	width:1px;
	height:4px;
	margin-top:8px;
	margin-left:4px;
	position:absolute;
	background:var(--windowicons);
}
.glass5 {
	width:1px;
	height:2px;
	margin-top:12px;
	margin-left:5px;
	position:absolute;
	background:var(--windowicons);
}
.glass6 {
	width:2px;
	height:1px;
	margin-top:14px;
	margin-left:6px;
	position:absolute;
	background:var(--windowicons);
}
.glass7 {
	width:4px;
	height:1px;
	margin-top:15px;
	margin-left:8px;
	position:absolute;
	background:var(--windowicons);
}
.glass8 {
	width:1px;
	height:2px;
	margin-top:12px;
	margin-left:14px;
	position:absolute;
	background:var(--windowicons);
}
.glass9 {
	width:1px;
	height:4px;
	margin-top:8px;
	margin-left:15px;
	position:absolute;
	background:var(--windowicons);
}
.glass10 {
	width:1px;
	height:2px;
	margin-top:6px;
	margin-left:14px;
	position:absolute;
	background:var(--windowicons);
}
.glass11 {
	width:2px;
	height:1px;
	margin-top:5px;
	margin-left:12px;
	position:absolute;
	background:var(--windowicons);
}
.glass12 {
	width:3px;
	height:1px;
	margin-top:14px;
	margin-left:13px;
	position:absolute;
	background:var(--magglass);
}
.glass13 {
	width:5px;
	height:1px;
	margin-top:15px;
	margin-left:12px;
	position:absolute;
	background:var(--magglass);
}
.glass14 {
	width:5px;
	height:1px;
	margin-top:16px;
	margin-left:13px;
	position:absolute;
	background:var(--magglass);
}
.glass15 {
	width:5px;
	height:1px;
	margin-top:17px;
	margin-left:14px;
	position:absolute;
	background:var(--magglass);
}
.glass16 {
	width:4px;
	height:1px;
	margin-top:18px;
	margin-left:15px;
	position:absolute;
	background:var(--magglass);
}
.glass17 {
	width:2px;
	height:1px;
	margin-top:19px;
	margin-left:16px;
	position:absolute;
	background:var(--magglass);
}
.glass18 {
	width:1px;
	height:1px;
	margin-top:15px;
	margin-left:13px;
	position:absolute;
	background:rgba(255, 255, 255, .6);
}
.glass19 {
	width:1px;
	height:1px;
	margin-top:16px;
	margin-left:14px;
	position:absolute;
	background:rgba(255, 255, 255, .6);
}
.glass20 {
	width:1px;
	height:1px;
	margin-top:17px;
	margin-left:15px;
	position:absolute;
	background:rgba(255, 255, 255, .6);
}
.glass21 {
	width:1px;
	height:1px;
	margin-top:18px;
	margin-left:16px;
	position:absolute;
	background:rgba(255, 255, 255, .6);
}
.glass22 {
	width:1px;
	height:1px;
	margin-top:14px;
	margin-left:12px;
	position:absolute;
	background:rgba(0, 0, 0, .03);
}
.glass23 {
	width:1px;
	height:1px;
	margin-top:13px;
	margin-left:13px;
	position:absolute;
	background:rgba(0, 0, 0, .03);
}
.glass24 {
	width:1px;
	height:1px;
	margin-top:13px;
	margin-left:14px;
	position:absolute;
	background:rgba(0, 0, 0, .03);
}
.glass25 {
	width:1px;
	height:1px;
	margin-top:13px;
	margin-left:6px;
	position:absolute;
	background:rgba(0, 0, 0, .03);
}
.glass26 {
	width:1px;
	height:1px;
	margin-top:6px;
	margin-left:6px;
	position:absolute;
	background:rgba(0, 0, 0, .03);
}
.glass27 {
	width:1px;
	height:1px;
	margin-top:6px;
	margin-left:13px;
	position:absolute;
	background:rgba(0, 0, 0, .03);
}
.glass28 {
	width:3px;
	height:1px;
	margin-top:6px;
	margin-left:7px;
	position:absolute;
	background:rgba(255, 255, 255, .8);
}
.glass29 {
	width:2px;
	height:1px;
	margin-top:7px;
	margin-left:6px;
	position:absolute;
	background:rgba(255, 255, 255, .8);
}
.glass30 {
	width:1px;
	height:2px;
	margin-top:8px;
	margin-left:6px;
	position:absolute;
	background:rgba(255, 255, 255, .8);
}
.glass31 {
	width:1px;
	height:1px;
	margin-top:12px;
	margin-left:13px;
	position:absolute;
	background:rgba(255, 255, 255, .8);
}
.glass32 {
	width:1px;
	height:1px;
	margin-top:13px;
	margin-left:12px;
	position:absolute;
	background:rgba(255, 255, 255, .8);
}
.glass33 {
	width:1px;
	height:1px;
	margin-top:14px;
	margin-left:11px;
	position:absolute;
	background:rgba(255, 255, 255, .8);
}
.pencil1 {
	width:3px;
	height:1px;
	margin-top:4px;
	margin-left:13px;
	background:var(--windowicons);
	position:absolute;
}
.pencil2 {
	width:1px;
	height:2px;
	margin-top:5px;
	margin-left:16px;
	background:var(--windowicons);
	position:absolute;
}
.pencil3 {
	width:1px;
	height:2px;
	margin-top:7px;
	margin-left:15px;
	background:var(--windowicons);
	position:absolute;
}
.pencil4 {
	width:1px;
	height:3px;
	margin-top:8px;
	margin-left:14px;
	background:var(--windowicons);
	position:absolute;
}
.pencil5 {
	width:1px;
	height:3px;
	margin-top:10px;
	margin-left:13px;
	background:var(--windowicons);
	position:absolute;
}
.pencil6 {
	width:1px;
	height:3px;
	margin-top:12px;
	margin-left:12px;
	background:var(--windowicons);
	position:absolute;
}
.pencil7 {
	width:1px;
	height:2px;
	margin-top:14px;
	margin-left:11px;
	background:var(--windowicons);
	position:absolute;
}
.pencil8 {
	width:1px;
	height:2px;
	margin-top:15px;
	margin-left:10px;
	background:var(--windowicons);
	position:absolute;
}
.pencil9 {
	width:1px;
	height:4px;
	margin-top:14px;
	margin-left:9px;
	background:var(--windowicons);
	position:absolute;
}
.pencil10 {
	width:1px;
	height:6px;
	margin-top:13px;
	margin-left:8px;
	background:var(--windowicons);
	position:absolute;
}
.pencil11 {
	width:1px;
	height:2px;
	margin-top:11px;
	margin-left:9px;
	background:var(--windowicons);
	position:absolute;
}
.pencil12 {
	width:1px;
	height:2px;
	margin-top:9px;
	margin-left:10px;
	background:var(--windowicons);
	position:absolute;
}
.pencil13 {
	width:1px;
	height:2px;
	margin-top:7px;
	margin-left:11px;
	background:var(--windowicons);
	position:absolute;
}
.pencil14 {
	width:1px;
	height:3px;
	margin-top:5px;
	margin-left:12px;
	background:var(--windowicons);
	position:absolute;
}
.pencil15 {
	width:1px;
	height:1px;
	margin-top:8px;
	margin-left:13px;
	background:var(--windowicons);
	position:absolute;
}
.pencil16 {
	width:3px;
	height:2px;
	margin-top:5px;
	margin-left:13px;
	background:var(--pencileraser);
	position:absolute;
}
.pencil17 {
	width:2px;
	height:1px;
	margin-top:7px;
	margin-left:13px;
	background:var(--pencileraser);
	position:absolute;
}
.pencil18 {
	width:2px;
	height:1px;
	margin-top:6px;
	margin-left:14px;
	background:rgba(255, 255, 255, .6);
	position:absolute;
}
.pencil19 {
	width:1px;
	height:1px;
	margin-top:7px;
	margin-left:14px;
	background:rgba(255, 255, 255, .6);
	position:absolute;
}
.pencil20 {
	width:1px;
	height:1px;
	margin-top:9px;
	margin-left:13px;
	background:rgba(0, 0, 0, .03);
	position:absolute;
}
.pencil21 {
	width:1px;
	height:1px;
	margin-top:11px;
	margin-left:12px;
	background:rgba(0, 0, 0, .03);
	position:absolute;
}
.pencil22 {
	width:1px;
	height:1px;
	margin-top:13px;
	margin-left:11px;
	background:rgba(0, 0, 0, .03);
	position:absolute;
}
.pencil23 {
	width:1px;
	height:3px;
	margin-top:8px;
	margin-left:12px;
	background:var(--pencil);
	position:absolute;
}
.pencil24 {
	width:1px;
	height:4px;
	margin-top:9px;
	margin-left:11px;
	background:var(--pencil);
	position:absolute;
}
.pencil25 {
	width:1px;
	height:4px;
	margin-top:11px;
	margin-left:10px;
	background:var(--pencil);
	position:absolute;
}
.pencil26 {
	width:1px;
	height:1px;
	margin-top:13px;
	margin-left:9px;
	background:var(--pencil);
	position:absolute;
}
.brush1 {
	width:2px;
	height:1px;
	margin-top:4px;
	margin-left:11px;
	background:var(--windowicons);
	position:absolute;
}
.brush2 {
	width:1px;
	height:6px;
	margin-top:5px;
	margin-left:10px;
	background:var(--windowicons);
	position:absolute;
}
.brush3 {
	width:1px;
	height:6px;
	margin-top:5px;
	margin-left:13px;
	background:var(--windowicons);
	position:absolute;
}
.brush4 {
	width:1px;
	height:1px;
	margin-top:11px;
	margin-left:9px;
	background:var(--windowicons);
	position:absolute;
}
.brush5 {
	width:1px;
	height:1px;
	margin-top:11px;
	margin-left:14px;
	background:var(--windowicons);
	position:absolute;
}
.brush6 {
	width:1px;
	height:7px;
	margin-top:12px;
	margin-left:15px;
	background:var(--windowicons);
	position:absolute;
}
.brush7 {
	width:1px;
	height:7px;
	margin-top:12px;
	margin-left:8px;
	background:var(--windowicons);
	position:absolute;
}
.brush8 {
	width:9px;
	height:1px;
	margin-top:19px;
	margin-left:7px;
	background:var(--windowicons);
	position:absolute;
}
.brush9 {
	width:6px;
	height:2px;
	margin-top:13px;
	margin-left:9px;
	background:var(--windowicons);
	position:absolute;
}
.brush10 {
	width:2px;
	height:8px;
	margin-top:5px;
	margin-left:11px;
	background:var(--paintbrush);
	position:absolute;
}
.brush11 {
	width:1px;
	height:2px;
	margin-top:11px;
	margin-left:10px;
	background:var(--paintbrush);
	position:absolute;
}
.brush12 {
	width:1px;
	height:2px;
	margin-top:11px;
	margin-left:13px;
	background:var(--paintbrush);
	position:absolute;
}
.brush13 {
	width:1px;
	height:1px;
	margin-top:12px;
	margin-left:9px;
	background:var(--paintbrush);
	position:absolute;
}
.brush14 {
	width:1px;
	height:1px;
	margin-top:12px;
	margin-left:14px;
	background:var(--paintbrush);
	position:absolute;
}
.brush15 {
	width:6px;
	height:4px;
	margin-top:15px;
	margin-left:9px;
	background:#fff;
	position:absolute;
}
.brush16 {
	width:1px;
	height:3px;
	margin-top:16px;
	margin-left:10px;
	background:#b8b8b8;
	position:absolute;
}
.brush17 {
	width:1px;
	height:3px;
	margin-top:16px;
	margin-left:12px;
	background:#b8b8b8;
	position:absolute;
}
.spray1 {
	width:3px;
	height:1px;
	margin-top:6px;
	margin-left:12px;
	background:var(--windowicons);
	position:absolute;
}
.spray2 {
	width:2px;
	height:1px;
	margin-top:7px;
	margin-left:10px;
	background:var(--windowicons);
	position:absolute;
}
.spray3 {
	width:1px;
	height:3px;
	margin-top:8px;
	margin-left:10px;
	background:var(--windowicons);
	position:absolute;
}
.spray4 {
	width:2px;
	height:1px;
	margin-top:10px;
	margin-left:10px;
	background:var(--windowicons);
	position:absolute;
}
.spray5 {
	width:3px;
	height:1px;
	margin-top:11px;
	margin-left:11px;
	background:var(--windowicons);
	position:absolute;
}
.spray6 {
	width:3px;
	height:1px;
	margin-top:12px;
	margin-left:12px;
	background:var(--windowicons);
	position:absolute;
}
.spray7 {
	width:3px;
	height:1px;
	margin-top:13px;
	margin-left:13px;
	background:var(--windowicons);
	position:absolute;
}
.spray8 {
	width:4px;
	height:1px;
	margin-top:14px;
	margin-left:14px;
	background:var(--windowicons);
	position:absolute;
}
.spray9 {
	width:2px;
	height:1px;
	margin-top:15px;
	margin-left:15px;
	background:var(--windowicons);
	position:absolute;
}
.spray10 {
	width:2px;
	height:1px;
	margin-top:13px;
	margin-left:17px;
	background:var(--windowicons);
	position:absolute;
}
.spray11 {
	width:1px;
	height:2px;
	margin-top:11px;
	margin-left:19px;
	background:var(--windowicons);
	position:absolute;
}
.spray12 {
	width:1px;
	height:1px;
	margin-top:10px;
	margin-left:18px;
	background:var(--windowicons);
	position:absolute;
}
.spray13 {
	width:1px;
	height:1px;
	margin-top:9px;
	margin-left:17px;
	background:var(--windowicons);
	position:absolute;
}
.spray14 {
	width:2px;
	height:1px;
	margin-top:7px;
	margin-left:14px;
	background:var(--windowicons);
	position:absolute;
}
.spray15 {
	width:2px;
	height:1px;
	margin-top:8px;
	margin-left:13px;
	background:var(--windowicons);
	position:absolute;
}
.spray16 {
	width:2px;
	height:1px;
	margin-top:9px;
	margin-left:12px;
	background:var(--windowicons);
	position:absolute;
}
.spray17 {
	width:2px;
	height:1px;
	margin-top:10px;
	margin-left:11px;
	background:var(--windowicons);
	position:absolute;
}
.spray18 {
	width:1px;
	height:1px;
	margin-top:10px;
	margin-left:14px;
	background:var(--windowicons);
	position:absolute;
}
.spray19 {
	width:1px;
	height:1px;
	margin-top:11px;
	margin-left:15px;
	background:var(--windowicons);
	position:absolute;
}
.spray20 {
	width:1px;
	height:1px;
	margin-top:12px;
	margin-left:16px;
	background:var(--windowicons);
	position:absolute;
}
.spray21 {
	width:4px;
	height:6px;
	margin-top:8px;
	margin-left:13px;
	background:var(--spraycan);
	position:absolute;
}
.spray22 {
	width:2px;
	height:3px;
	margin-top:10px;
	margin-left:17px;
	background:var(--spraycan);
	position:absolute;
}
.spray23 {
	width:3px;
	height:3px;
	margin-top:7px;
	margin-left:11px;
	background:#fff;
	position:absolute;
}
.spray24 {
	width:1px;
	height:1px;
	margin-top:5px;
	margin-left:11px;
	background:var(--spraypaint);
	position:absolute;
}
.spray25 {
	width:1px;
	height:1px;
	margin-top:5px;
	margin-left:8px;
	background:var(--spraypaint);
	position:absolute;
}
.spray26 {
	width:1px;
	height:1px;
	margin-top:5px;
	margin-left:6px;
	background:var(--spraypaint);
	position:absolute;
}
.spray27 {
	width:3px;
	height:1px;
	margin-top:6px;
	margin-left:9px;
	background:var(--spraypaint);
	position:absolute;
}
.spray28 {
	width:1px;
	height:1px;
	margin-top:6px;
	margin-left:9px;
	background:var(--spraypaint);
	position:absolute;
}
.spray29 {
	width:1px;
	height:1px;
	margin-top:6px;
	margin-left:7px;
	background:var(--spraypaint);
	position:absolute;
}
.spray30 {
	width:1px;
	height:1px;
	margin-top:6px;
	margin-left:5px;
	background:var(--spraypaint);
	position:absolute;
}
.spray31 {
	width:1px;
	height:1px;
	margin-top:7px;
	margin-left:4px;
	background:var(--spraypaint);
	position:absolute;
}
.spray32 {
	width:1px;
	height:1px;
	margin-top:7px;
	margin-left:6px;
	background:var(--spraypaint);
	position:absolute;
}
.spray33 {
	width:1px;
	height:1px;
	margin-top:7px;
	margin-left:8px;
	background:var(--spraypaint);
	position:absolute;
}
.spray34 {
	width:1px;
	height:1px;
	margin-top:8px;
	margin-left:7px;
	background:var(--spraypaint);
	position:absolute;
}
.spray35 {
	width:1px;
	height:1px;
	margin-top:8px;
	margin-left:5px;
	background:var(--spraypaint);
	position:absolute;
}
.spray36 {
	width:1px;
	height:1px;
	margin-top:9px;
	margin-left:6px;
	background:var(--spraypaint);
	position:absolute;
}
.spray37 {
	width:1px;
	height:1px;
	margin-top:9px;
	margin-left:4px;
	background:var(--spraypaint);
	position:absolute;
}
.spray38 {
	width:1px;
	height:1px;
	margin-top:10px;
	margin-left:7px;
	background:var(--spraypaint);
	position:absolute;
}
.spray39 {
	width:1px;
	height:1px;
	margin-top:10px;
	margin-left:5px;
	background:var(--spraypaint);
	position:absolute;
}
.spray40 {
	width:1px;
	height:1px;
	margin-top:11px;
	margin-left:4px;
	background:var(--spraypaint);
	position:absolute;
}
.spray41 {
	width:1px;
	height:1px;
	margin-top:11px;
	margin-left:6px;
	background:var(--spraypaint);
	position:absolute;
}
.spray42 {
	width:1px;
	height:1px;
	margin-top:12px;
	margin-left:5px;
	background:var(--spraypaint);
	position:absolute;
}
.spray43 {
	width:1px;
	height:1px;
	margin-top:13px;
	margin-left:4px;
	background:var(--spraypaint);
	position:absolute;
}
.spray44 {
	width:1px;
	height:1px;
	margin-top:13px;
	margin-left:6px;
	background:var(--spraypaint);
	position:absolute;
}
.spray45 {
	width:1px;
	height:1px;
	margin-top:14px;
	margin-left:5px;
	background:var(--spraypaint);
	position:absolute;
}
.spray46 {
	width:1px;
	height:1px;
	margin-top:15px;
	margin-left:4px;
	background:var(--spraypaint);
	position:absolute;
}
.spray47 {
	width:1px;
	height:1px;
	margin-top:16px;
	margin-left:5px;
	background:var(--spraypaint);
	position:absolute;
}
.spray48 {
	width:1px;
	height:1px;
	margin-top:17px;
	margin-left:4px;
	background:var(--spraypaint);
	position:absolute;
}
.b {
	width:px;
	height:px;
	margin-top:px;
	margin-left:px;
	background:var(--windowicons);
	position:absolute;
}
.letter1 {
	width:1px;
	height:1px;
	margin-top:5px;
	margin-left:10px;
	background:var(--windowicons);
	position:absolute;
}
.letter2 {
	width:3px;
	height:1px;
	margin-top:6px;
	margin-left:9px;
	background:var(--windowicons);
	position:absolute;
}
.letter3 {
	width:3px;
	height:1px;
	margin-top:7px;
	margin-left:9px;
	background:var(--windowicons);
	position:absolute;
}
.letter4 {
	width:4px;
	height:1px;
	margin-top:8px;
	margin-left:9px;
	background:var(--windowicons);
	position:absolute;
}
.letter5 {
	width:1px;
	height:1px;
	margin-top:9px;
	margin-left:8px;
	background:var(--windowicons);
	position:absolute;
}
.letter6 {
	width:1px;
	height:1px;
	margin-top:10px;
	margin-left:8px;
	background:var(--windowicons);
	position:absolute;
}
.letter7 {
	width:3px;
	height:1px;
	margin-top:9px;
	margin-left:10px;
	background:var(--windowicons);
	position:absolute;
}
.letter8 {
	width:4px;
	height:1px;
	margin-top:10px;
	margin-left:10px;
	background:var(--windowicons);
	position:absolute;
}
.letter9 {
	width:1px;
	height:2px;
	margin-top:11px;
	margin-left:7px;
	background:var(--windowicons);
	position:absolute;
}
.letter10 {
	width:3px;
	height:1px;
	margin-top:11px;
	margin-left:11px;
	background:var(--windowicons);
	position:absolute;
}
.letter11 {
	width:4px;
	height:1px;
	margin-top:12px;
	margin-left:11px;
	background:var(--windowicons);
	position:absolute;
}
.letter12 {
	width:8px;
	height:1px;
	margin-top:13px;
	margin-left:7px;
	background:var(--windowicons);
	position:absolute;
}
.letter13 {
	width:1px;
	height:2px;
	margin-top:14px;
	margin-left:6px;
	background:var(--windowicons);
	position:absolute;
}
.letter14 {
	width:4px;
	height:1px;
	margin-top:14px;
	margin-left:12px;
	background:var(--windowicons);
	position:absolute;
}
.letter15 {
	width:3px;
	height:1px;
	margin-top:15px;
	margin-left:13px;
	background:var(--windowicons);
	position:absolute;
}
.letter16 {
	width:7px;
	height:1px;
	margin-top:16px;
	margin-left:11px;
	background:var(--windowicons);
	position:absolute;
}
.letter17 {
	width:4px;
	height:1px;
	margin-top:16px;
	margin-left:4px;
	background:var(--windowicons);
	position:absolute;
}
.line1 {
	width:2px;
	height:1px;
	margin-top:5px;
	margin-left:5px;
	background:var(--windowicons);
	position:absolute;
}
.line2 {
	width:2px;
	height:1px;
	margin-top:6px;
	margin-left:6px;
	background:var(--windowicons);
	position:absolute;
}
.line3 {
	width:2px;
	height:1px;
	margin-top:7px;
	margin-left:7px;
	background:var(--windowicons);
	position:absolute;
}
.line4 {
	width:2px;
	height:1px;
	margin-top:8px;
	margin-left:8px;
	background:var(--windowicons);
	position:absolute;
}
.line5 {
	width:2px;
	height:1px;
	margin-top:9px;
	margin-left:9px;
	background:var(--windowicons);
	position:absolute;
}
.line6 {
	width:2px;
	height:1px;
	margin-top:10px;
	margin-left:10px;
	background:var(--windowicons);
	position:absolute;
}
.line7 {
	width:2px;
	height:1px;
	margin-top:11px;
	margin-left:11px;
	background:var(--windowicons);
	position:absolute;
}
.line8 {
	width:2px;
	height:1px;
	margin-top:12px;
	margin-left:12px;
	background:var(--windowicons);
	position:absolute;
}
.line9 {
	width:2px;
	height:1px;
	margin-top:13px;
	margin-left:13px;
	background:var(--windowicons);
	position:absolute;
}
.line10 {
	width:2px;
	height:1px;
	margin-top:14px;
	margin-left:14px;
	background:var(--windowicons);
	position:absolute;
}
.line11 {
	width:2px;
	height:1px;
	margin-top:15px;
	margin-left:15px;
	background:var(--windowicons);
	position:absolute;
}
.line12 {
	width:2px;
	height:1px;
	margin-top:16px;
	margin-left:16px;
	background:var(--windowicons);
	position:absolute;
}
.line13 {
	width:2px;
	height:1px;
	margin-top:17px;
	margin-left:17px;
	background:var(--windowicons);
	position:absolute;
}
.lineb1 {
	width:2px;
	height:1px;
	margin-top:4px;
	margin-left:10px;
	background:var(--windowicons);
	position:absolute;
}
.lineb2 {
	width:2px;
	height:1px;
	margin-top:5px;
	margin-left:11px;
	background:var(--windowicons);
	position:absolute;
}
.lineb3 {
	width:2px;
	height:1px;
	margin-top:6px;
	margin-left:12px;
	background:var(--windowicons);
	position:absolute;
}
.lineb4 {
	width:1px;
	height:2px;
	margin-top:7px;
	margin-left:13px;
	background:var(--windowicons);
	position:absolute;
}
.lineb5 {
	width:2px;
	height:1px;
	margin-top:9px;
	margin-left:12px;
	background:var(--windowicons);
	position:absolute;
}
.lineb6 {
	width:2px;
	height:1px;
	margin-top:10px;
	margin-left:11px;
	background:var(--windowicons);
	position:absolute;
}
.lineb7 {
	width:2px;
	height:1px;
	margin-top:11px;
	margin-left:10px;
	background:var(--windowicons);
	position:absolute;
}
.lineb8 {
	width:2px;
	height:1px;
	margin-top:12px;
	margin-left:9px;
	background:var(--windowicons);
	position:absolute;
}
.lineb9 {
	width:2px;
	height:1px;
	margin-top:13px;
	margin-left:8px;
	background:var(--windowicons);
	position:absolute;
}
.lineb10 {
	width:1px;
	height:2px;
	margin-top:14px;
	margin-left:8px;
	background:var(--windowicons);
	position:absolute;
}
.lineb11 {
	width:2px;
	height:1px;
	margin-top:16px;
	margin-left:8px;
	background:var(--windowicons);
	position:absolute;
}
.lineb12 {
	width:2px;
	height:1px;
	margin-top:17px;
	margin-left:9px;
	background:var(--windowicons);
	position:absolute;
}
.lineb13 {
	width:2px;
	height:1px;
	margin-top:18px;
	margin-left:10px;
	background:var(--windowicons);
	position:absolute;
}
.linec1 {
	width:7px;
	height:1px;
	margin-top:7px;
	margin-left:8px;
	background:var(--windowicons);
	position:absolute;
}
.linec2 {
	width:2px;
	height:1px;
	margin-top:8px;
	margin-left:6px;
	background:var(--windowicons);
	position:absolute;
}
.linec3 {
	width:1px;
	height:1px;
	margin-top:9px;
	margin-left:5px;
	background:var(--windowicons);
	position:absolute;
}
.linec4 {
	width:1px;
	height:4px;
	margin-top:10px;
	margin-left:4px;
	background:var(--windowicons);
	position:absolute;
}
.linec5 {
	width:1px;
	height:1px;
	margin-top:14px;
	margin-left:5px;
	background:var(--windowicons);
	position:absolute;
}
.linec6 {
	width:2px;
	height:1px;
	margin-top:15px;
	margin-left:6px;
	background:var(--windowicons);
	position:absolute;
}
.linec7 {
	width:7px;
	height:1px;
	margin-top:16px;
	margin-left:8px;
	background:var(--windowicons);
	position:absolute;
}
.linec8 {
	width:2px;
	height:1px;
	margin-top:15px;
	margin-left:15px;
	background:var(--windowicons);
	position:absolute;
}
.linec9 {
	width:1px;
	height:1px;
	margin-top:14px;
	margin-left:17px;
	background:var(--windowicons);
	position:absolute;
}
.linec10 {
	width:1px;
	height:4px;
	margin-top:10px;
	margin-left:18px;
	background:var(--windowicons);
	position:absolute;
}
.linec11 {
	width:1px;
	height:1px;
	margin-top:9px;
	margin-left:17px;
	background:var(--windowicons);
	position:absolute;
}
.linec12 {
	width:2px;
	height:1px;
	margin-top:8px;
	margin-left:15px;
	background:var(--windowicons);
	position:absolute;
}
.lined1 {
	width:11px;
	height:1px;
	margin-top:6px;
	margin-left:6px;
	background:var(--windowicons);
	position:absolute;
}
.lined2 {
	width:1px;
	height:1px;
	margin-top:7px;
	margin-left:5px;
	background:var(--windowicons);
	position:absolute;
}
.lined3 {
	width:1px;
	height:7px;
	margin-top:8px;
	margin-left:4px;
	background:var(--windowicons);
	position:absolute;
}
.lined4 {
	width:1px;
	height:1px;
	margin-top:15px;
	margin-left:5px;
	background:var(--windowicons);
	position:absolute;
}
.lined5 {
	width:11px;
	height:1px;
	margin-top:16px;
	margin-left:6px;
	background:var(--windowicons);
	position:absolute;
}
.lined6 {
	width:1px;
	height:1px;
	margin-top:15px;
	margin-left:17px;
	background:var(--windowicons);
	position:absolute;
}
.lined7 {
	width:1px;
	height:7px;
	margin-top:8px;
	margin-left:18px;
	background:var(--windowicons);
	position:absolute;
}

.lined8 {
	width:1px;
	height:1px;
	margin-top:7px;
	margin-left:17px;
	background:var(--windowicons);
	position:absolute;
}

#icon {
	width:16px;
	height:16px;
	position:absolute;
}

.icon1 {
	width:11px;
	height:1px;
	background:rgba(0, 0, 0, .2);
	margin-left:2px;
	position:absolute;
}

.icon2 {
	width:1px;
	height:2px;
	margin-top:1px;
	margin-left:12px;
	background:rgba(0, 0, 0, .2);
	position:absolute;
}

.icon3 {
	margin-top:3px;
	margin-left:12px;
	width:4px;
	height:1px;
	background:#969696;
	position:absolute;
}

.icon4 {
	margin-top:4px;
	margin-left:15px;
	width:1px;
	height:11px;
	background:rgba(0, 0, 0, .2);
	position:absolute;
}

.icon5 {
	margin-top:15px;
	margin-left:2px;
	width:14px;
	height:1px;
	background:rgba(0, 0, 0, .2);
	position:absolute;
}

.icon6 {
	width:1px;
	height:1px;
	margin-top:1px;
	margin-left:13px;
	background:rgba(0, 0, 0, .2);
	position:absolute;
}

.icon7 {
	width:1px;
	height:1px;
	margin-top:2px;
	margin-left:14px;
	background:rgba(0, 0, 0, .2);
	position:absolute;
}

.icon8 {
	width:1px;
	height:1px;
	margin-top:2px;
	margin-left:13px;
	background:#fff;
	position:absolute;
}

.icon9 {
	width:1px;
	height:5px;
	margin-top:10px;
	margin-left:1px;
	background:rgba(0, 0, 0, .2);
	position:absolute;
}

.icon10 {
	width:1px;
	height:5px;
	margin-top:10px;
	margin-left:8px;
	background:#969696;
	position:absolute;
}

.icon11 {
	width:1px;
	height:2px;
	margin-top:8px;
	background:rgba(0, 0, 0, .2);
	position:absolute;
}

.icon12 {
	width:1px;
	height:2px;
	margin-top:8px;
	margin-left:9px;
	background:#969696;
	position:absolute;
}

.icon13 {
	width:1px;
	height:3px;
	margin-top:1px;
	margin-left:2px;
	background:rgba(0, 0, 0, .3);
	position:absolute;
}

.icon14 {
	width:9px;
	height:14px;
	margin-top:1px;
	margin-left:3px;
	background:#fff;
	position:absolute;
}

.icon15 {
	width:3px;
	height:11px;
	margin-top:4px;
	margin-left:12px;
	background:#fff;
	position:absolute;
}

.icon16 {
	width:2px;
	height:8px;
	margin-top:7px;
	margin-left:9px;
	background:#d6ded6;
	position:absolute;
}

.icon17 {
	width:2px;
	height:2px;
	margin-top:5px;
	margin-left:10px;
	background:#d6ded6;
	position:absolute;
}

.icon18 {
	width:2px;
	height:2px;
	margin-top:5px;
	margin-left:10px;
	background:#d6ded6;
	position:absolute;
}

.icon19 {
	width:3px;
	height:1px;
	margin-top:4px;
	margin-left:12px;
	background:#d6ded6;
	position:absolute;
}

.icon20 {
	width:1px;
	height:10px;
	margin-top:4px;
	margin-left:14px;
	background:#d6ded6;
	position:absolute;
}

.icon21 {
	width:4px;
	height:1px;
	margin-top:14px;
	margin-left:11px;
	background:#d6ded6;
	position:absolute;
}

.icon22 {
	width:1px;
	height:1px;
	margin-top:5px;
	margin-left:13px;
	background:#d6ded6;
	position:absolute;
}

.icon23 {
	width:1px;
	height:5px;
	margin-top:1px;
	margin-left:7px;
	background:#d6ded6;
	position:absolute;
}

.icon24 {
	width:1px;
	height:1px;
	margin-top:4px;
	margin-left:3px;
	background:#d6ded6;
	position:absolute;
}

.icon25 {
	width:1px;
	height:1px;
	margin-top:5px;
	margin-left:4px;
	background:#d6ded6;
	position:absolute;
}

.icon26 {
	width:1px;
	height:1px;
	margin-top:9px;
	margin-left:1px;
	background:#d6ded6;
	position:absolute;
}

.icon27 {
	width:1px;
	height:1px;
	margin-top:9px;
	margin-left:6px;
	background:#d6ded6;
	position:absolute;
}

.icon28 {
	width:1px;
	height:4px;
	margin-top:11px;
	margin-left:2px;
	background:#d6ded6;
	position:absolute;
}

.icon29 {
	width:2px;
	height:1px;
	margin-top:11px;
	margin-left:3px;
	background:#d6ded6;
	position:absolute;
}

.icon30 {
	width:2px;
	height:3px;
	margin-top:12px;
	margin-left:4px;
	background:#d6ded6;
	position:absolute;
}

.icon31 {
	width:2px;
	height:4px;
	margin-top:11px;
	margin-left:6px;
	background:rgba(0, 0, 0, .3);
	position:absolute;
}

.icon32 {
	width:1px;
	height:2px;
	margin-top:10px;
	margin-left:5px;
	background:rgba(0, 0, 0, .3);
	position:absolute;
}

.icon33 {
	width:3px;
	height:1px;
	margin-top:10px;
	margin-left:2px;
	background:rgba(0, 0, 0, .3);
	position:absolute;
}

.icon34 {
	width:2px;
	height:1px;
	margin-top:8px;
	margin-left:1px;
	background:rgba(0, 0, 0, .3);
	position:absolute;
}

.icon35 {
	width:2px;
	height:1px;
	margin-top:8px;
	margin-left:4px;
	background:rgba(0, 0, 0, .3);
	position:absolute;
}

.icon36 {
	width:2px;
	height:2px;
	margin-top:8px;
	margin-left:7px;
	background:rgba(0, 0, 0, .3);
	position:absolute;
}

.icon37 {
	width:1px;
	height:1px;
	margin-top:3px;
	margin-left:1px;
	background:#969696;
	position:absolute;
}

.icon38 {
	width:1px;
	height:1px;
	margin-top:4px;
	margin-left:2px;
	background:#969696;
	position:absolute;
}

.icon39 {
	width:1px;
	height:1px;
	margin-top:5px;
	margin-left:3px;
	background:#969696;
	position:absolute;
}

.icon40 {
	width:1px;
	height:1px;
	margin-top:6px;
	margin-left:4px;
	background:#969696;
	position:absolute;
}

.icon41 {
	width:1px;
	height:1px;
	margin-top:1px;
	margin-left:6px;
	background:#969696;
	position:absolute;
}

.icon42 {
	width:2px;
	height:1px;
	margin-top:4px;
	margin-left:10px;
	background:#969696;
	position:absolute;
}

.icon43 {
	width:1px;
	height:1px;
	margin-top:5px;
	margin-left:10px;
	background:#969696;
	position:absolute;
}

.icon44 {
	width:1px;
	height:1px;
	margin-top:6px;
	margin-left:9px;
	background:#969696;
	position:absolute;
}

.icon45 {
	width:1px;
	height:1px;
	margin-top:7px;
	margin-left:8px;
	background:#969696;
	position:absolute;
}

.icon46 {
	width:1px;
	height:1px;
	margin-top:9px;
	margin-left:2px;
	background:#fff;
	position:absolute;
}

.icon47 {
	width:1px;
	height:2px;
	margin-top:3px;
	margin-left:;
	background:#dead49;
	position:absolute;
}

.icon48 {
	width:1px;
	height:1px;
	margin-top:1px;
	margin-left:5px;
	background:#dead49;
	position:absolute;
}

.icon49 {
	width:1px;
	height:1px;
	margin-top:3px;
	margin-left:10px;
	background:#dead49;
	position:absolute;
}

.icon50 {
	width:1px;
	height:1px;
	margin-top:5px;
	margin-left:8px;
	background:#dead49;
	position:absolute;
}

.icon51 {
	width:1px;
	height:1px;
	margin-top:6px;
	margin-left:7px;
	background:#dead49;
	position:absolute;
}

.icon52 {
	width:1px;
	height:2px;
	margin-top:7px;
	margin-left:6px;
	background:#dead49;
	position:absolute;
}

.icon53 {
	width:1px;
	height:1px;
	margin-top:8px;
	margin-left:3px;
	background:#dead49;
	position:absolute;
}

.icon54 {
	width:2px;
	height:1px;
	margin-top:10px;
	margin-left:6px;
	background:#dead49;
	position:absolute;
}

.icon55 {
	width:2px;
	height:2px;
	margin-top:4px;
	margin-left:1px;
	background:rgba(0, 0, 0, .3);
	position:absolute;
}

.icon56 {
	width:1px;
	height:1px;
	margin-top:7px;
	margin-left:2px;
	background:rgba(0, 0, 0, .3);
	position:absolute;
}

.icon57 {
	width:2px;
	height:2px;
	margin-top:2px;
	margin-left:5px;
	background:rgba(0, 0, 0, .3);
	position:absolute;
}

.icon58 {
	width:1px;
	height:1px;
	margin-top:4px;
	margin-left:9px;
	background:rgba(0, 0, 0, .3);
	position:absolute;
}

.icon59 {
	width:1px;
	height:1px;
	margin-top:5px;
	margin-left:9px;
	background:var(--eraser);
	position:absolute;
}

.icon60 {
	width:1px;
	height:1px;
	margin-top:6px;
	margin-left:8px;
	background:var(--eraser);
	position:absolute;
}

.icon61 {
	width:1px;
	height:1px;
	margin-top:7px;
	margin-left:7px;
	background:var(--eraser);
	position:absolute;
}

.icon62 {
	width:2px;
	height:3px;
	margin-top:4px;
	margin-left:5px;
	background:var(--pencileraser);
	position:absolute;
}

.icon63 {
	width:1px;
	height:1px;
	margin-top:7px;
	margin-left:5px;
	background:var(--pencileraser);
	position:absolute;
} 

.icon64 {
	width:2px;
	height:1px;
	margin-top:6px;
	margin-left:2px;
	background:var(--paintbucket);
	position:absolute;
}

.icon65 {
	width:2px;
	height:1px;
	margin-top:7px;
	margin-left:3px;
	background:var(--paintbucket);
	position:absolute;
} 

#palette {
	background:rgba(255, 255, 255, .3);
	position:fixed;
	border-bottom:1px solid rgba(255, 255, 255, .5);
	border-right:1px solid rgba(255, 255, 255, .5);
	margin-left:6px;
	margin-top:1px;
	height:39px;
	border-radius:var(--borderstyle);
}

#poop {
	background:url(https://i.imgur.com/rUzdXpU.png) fixed repeat;
	width:35px;
	height:36px;
	position:fixed;
	box-shadow:inset 1px 1px 0px 0px rgba(0, 0, 0, .4);
	border-top:1px solid rgba(0, 0, 0, .3);
	border-left:1px solid rgba(0, 0, 0, .3);
	border-right:1px solid #dadada;
	border-bottom:1px solid #dadada;
	border-radius:var(--borderstyle);
}

#swatch {
	box-shadow:1px 1px 0px 0px #999, -1px -1px 0px 0px #ffffff;
	border:1px solid var(--posts);
	width:15px;
	height:15px;
	position:fixed;
	background:var(--accent);
	margin-top:4px;
	margin-left:4px;
	border-radius:var(--borderstyle);
}

#swatch2 {
	box-shadow:1px 1px 0px 0px #999, -1px -1px 0px 0px #ffffff;
	border:1px solid var(--posts);
	width:15px;
	height:15px;
	position:fixed;
	background:#fff;
	margin-top:10px;
	margin-left:10px;
	z-index:-5;
	border-radius:var(--borderstyle);
}

#swatches {
	margin-left:38px;
}

.swatch {
	width:16px;
	height:16px;
	display:inline-block;
	box-shadow:inset 1px 1px 0px 0px rgba(0,0,0,.4);
	border-top:1px solid rgba(0, 0, 0, .3);
	border-left:1px solid rgba(0, 0, 0, .3);
	border-bottom:1px solid var(--posts);
	border-right:1px solid var(--posts);
	margin-left:2px;
	margin-bottom:-1px;
	border-radius:var(--borderstyle);
}

#footer {
    position:absolute;
    width:100%;
    height:100px;
    bottom:0px;
}

#boxes {
    position:absolute;
    width:calc(100% - 20px);
    height:49px;
    margin-left:10px;
    bottom:0px;
    box-shadow:0px -1px 0px 0px rgba(0,0,0,0.1), inset 0px 1px 0px 0px rgba(255,255,255,.2);
    border-top:1px solid rgba(0,0,0,.35);
}

.box {
    border:1px solid rgba(0,0,0,.35);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow:2px 2px 0px 0px rgba(255,255,255,.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    padding:5px 10px 5px 10px;
    display:inline-block;
    margin-top:10px;
    height:18px;
    background:rgba(0,0,0,.025);
}

#box1 {
    width:34.5%;
    font-size:11px;
    text-align:center;
}

#box1 svg {
    color:var(--text);
    width:13px;
    vertical-align:middle;
}

#pagination {
    position:absolute;
    width:34.5%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-align:center;
    margin-top:-2px;
    letter-spacing:1px;
}

#box2 {
    width:calc(25% - 50px);
}

#box3 {
    width:calc(40.5% - 65px);
}

#search::placeholder {
    color:var(--text);
    opacity:.7;
    transition:all .4s ease-in-out;
}

#search:focus::placeholder {
    opacity:.25;
}

#searchb {
	height:30px;
	width:30px;
    padding:2px 5px 2px 5px;
    background:var(--posts);
    cursor:pointer;
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow:inset 1px 1px 0px 0px rgba(255,255,255,.2),inset -1px -1px 0px 0px rgba(0,0,0,.1);
    border-radius:var(--borderstyle);
    margin-left:6px;
    position:absolute;
    margin-top:10px;
}

#searchb:active {
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    padding:3px 4px 1px 6px;
    box-shadow:inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px (255,255,255,.2);
}

#searchb svg {
    width:16px;
    color:var(--text);
}

#sideborder {
    box-shadow:0px -1px 0px 0px rgba(0,0,0,0.1), inset 0px 1px 0px 0px rgba(255,255,255,.2);
    border-top:1px solid rgba(0,0,0,.35);
    width:85px;
    position:absolute;
    bottom:0px;
    height:109px;
}

#box4 {
    margin-top:241px;
    margin-left:10px;
    width:49px;
    height:calc(100% - 451px);
    padding:5px;
    position:absolute;
}

/* ---------------------------------------------- PLAYLIST */

#music-player {
    border-radius:var(--borderstyle);
    background:var(--posts);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),3px 3px 0px 0px rgba(0,0,0,.072);
    padding:10px 10px 7px 100px;
    font-size:8px;
    letter-spacing:1px;
    text-transform:uppercase;
    height:18px;
    transition:all .4s ease-in-out;
    cursor:pointer;
    z-index:-9!important;
    position:absolute;
    width:10px;
    margin-top:30px;
    margin-left:calc(100% - 93px);
}

.link-icon {
    display:inline-block;
    transition:all .4s ease-in-out;
    float:right;
    margin-top:-18px;
    margin-right:-5px;
}

#music-player:hover {
    margin-left:calc(100% - 25px);
    color:var(--windowicons);
}

.player:hover .equalizer {
    opacity:0;
}

#button {
    border:0;
    display:inline-block;
    position:absolute;
    margin-left:-7px;
    margin-top:-4px;
    width:35px;
    height:28px;
    z-index:9999999999999;
    background:transparent;
    cursor:pointer;
    outline:0;
    opacity:0;
    transition:all .4s ease-in-out;
}

#button .feather {
    width:13px;
    height:13px;
    margin-left:2px;
    margin-top:18px;
    color:var(--windowicons);
}

.pause {
    display:none;
    left:0px;
    position:absolute;
    margin-top:5px!important;
}

.player:hover #button {
    opacity:1;
}

.marquee {
    width:55px;
    white-space:nowrap;
    overflow:hidden;
    display:inline-block;
    padding-left:5px;
    cursor:default;
    margin-bottom:1px;
    margin-left:calc(100% - 85px);
}
.marquee span {
    display:inline-block;
    text-overflow:ellipsis;
    overflow:hidden;
    width:55px;
}

.marquee span.animate {
    animation:marquee 8s linear infinite;
    padding-left:100%;
    text-overflow:initial;
    width:auto;
}

@keyframes marquee {
    0%   { transform:translate(0, 0); }
    100% { transform:translate(-100%, 0); }
}

#music {
    display:inline-block;
    position:relative;
    width:20px;
    transition:all .4s ease-in-out;
}

#music .feather {
    width:14px;
    height:14px;
    position:absolute;
    display:inline-block;
    margin-left:3px;
    margin-top:7px;
    color:var(--windowicons);
}

#music-player:hover #music {
    opacity:0;
}

#equalizer {
    display:none;
    margin-top:18px;
    margin-left:-2px;
}

.equalizer {
    display:inline-block;
    background-color:transparent;
    border:0;
    position:relative;
    transition:all .4s ease-in-out;
}

.equalizer span {
    display:inline-block;
    width:2px;
    background-color:var(--windowicons);
    position:absolute;
    bottom:0;
    border-radius:5px;
    transition:all .4s ease-in-out;
    margin-left:-2px;
    box-shadow:1px 1px 0px 0px rgba(255,255,255,.2),-1px -1px 0px 0px rgba(0,0,0,0.1),inset 1px 1px 0px 0px rgba(0,0,0,0.02);
}

@keyframes shorteq {
    0% {height:9px}
    50% {height:4px}
    100% {height:9px}
}
@-webkit-keyframes shorteq {
    0% {height:9px}
    50% {height:4px}
    100% {height:9px}
}

@keyframes talleq {
    0% {height:10px}
    50% {height:6px}
    100% {height:11px}
}
@-webkit-keyframes talleq {
    0% {height:11px}
    50% {height:6px}
    100% {height:11px}
}

.eq1 {
    height:10px;
    left:0;
    animation-name:shorteq;
    animation-duration:0.6s;
    animation-iteration-count:infinite;
    animation-delay:0s;
    -webkit-animation-name:shorteq;
    -webkit-animation-duration:0.6s;
    -webkit-animation-iteration-count:infinite;
    animation-delay:0s;
}

.eq2{
    height:12px;
    left:4px;
    animation-name:talleq;
    animation-duration:0.6s;
    animation-iteration-count:infinite;
    animation-delay:0.17s;
    -webkit-animation-name:talleq;
    -webkit-animation-duration:0.6s;
    -webkit-animation-iteration-count:infinite;
    animation-delay:0.17s;
}

.eq3 {
    height:10px;
    left:8px;
    animation-name:shorteq;
    animation-duration:0.6s;
    animation-iteration-count:infinite;
    animation-delay:0.34s;
    -webkit-animation-name:shorteq;
    -webkit-animation-duration:0.6s;
    -webkit-animation-iteration-count:infinite;
    animation-delay:0.34s;
}

/* ---------------------------------------------- SIDEBAR */

#sidebar {
    width:20%;
    border-radius:var(--borderstyle);
    background:var(--posts);
    position:fixed;
    left:6%;
    margin-top:120px;
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),3px 3px 0px 0px rgba(0,0,0,.072);
	z-index:99999;
}

#sidebar .gradi {
    margin-bottom:5px;
}

#sidebar .bar {
    cursor:move;
}

#description {
    border:1px solid rgba(0,0,0,.35);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow:2px 2px 0px 0px rgba(255,255,255,.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    padding:5px 10px 5px 10px;
    background:rgba(0,0,0,.025);
    width:calc(100% - 61px);
    margin-top:15px;
    margin-left:15px;
    margin-bottom:15px;
    font-size:var(--fontsize);
    padding:15px;
    line-height:25px;
    overflow:auto;
    max-height:100px;
    text-align:center;
}

#port {
    width:50px;
    border-radius:var(--borderstyle);
    margin-top:-25px;
    background:var(--posts);
    padding:5px;
    border:1px solid rgba(0,0,0,.35);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow:2px 2px 0px 0px rgba(255,255,255,.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    margin-left:20px;
}

#port img {
    width:50px;
    border-radius:var(--borderstyle);
    display:block;
}

#handle {
    text-shadow:1px 1px 0px rgba(255, 255, 255, .1),-1px -1px 0px rgba(0, 0, 0, .2);
    position:absolute;
    margin-left:98px;
    opacity:.9!important;
    letter-spacing:2px;
	margin-top:12px;
	font-weight:500;
    font-size:12px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:calc(100% - 115px);
}