<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* default tempalte css */
*, html { box-sizing: border-box; }
/*body { overflow: scroll; }*/
#mainslide {
    font-family: 'Source Sans Pro', sans-serif;
}

#currentbg {
    background-color: #ffffff; 
    background-size:cover;   
}

.animated{
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -ms-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
}

.animated-fast {
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:0.7s;
    -moz-animation-duration:0.7s;
    -ms-animation-duration:0.7s;
    -o-animation-duration:0.7s;
    animation-duration:0.7s;
}

.animated-in {
    opacity: 0;
}

.template_name {
	width: 300px;
	height: 95px;
	margin: 0 auto;
	position: absolute;
	right: 80px;
	bottom: 10px;
}

.template_name &gt; span {
	padding: 0 80px 0 0;
	font-size: 44px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	display: block;
	color: #4c4c4c;
	text-align: right;
}

.template_name #timericon {
	border: 4px solid rgba(0,0,0,.5);
	border-radius: 50%;
	width: 66px;
	height: 66px;
	position: absolute;
	top: 0;
	right: 0;
}

.template_name .svg-icon {
	width: 60px;
	height: 60px;	
	display: block;
	position: relative;
	top: -1px;
	left: -1px;
}

.template_name .svg-icon svg path {
	fill: #4c4c4c;
}

.template_name #timer {
    margin: 0px;
    width: 73px;
    height: 73px;
    z-index:1400000;
    position: absolute;
    top: 0px;
    right: -7px;
}
 
.template_name .pietimer {
    position:relative;
    font-size: 200px;
    width:1em;
    height:1em;
    float: left;
}
.template_name .pietimer &gt; .percent {
    position: absolute;
    top: 1.05em;
    left: 0;
    width: 3.33em;
    font-size: 0.3em;
    text-align:center;
    display: none;
}
.template_name .pietimer &gt; .slice {
    position:absolute;
    width:1em;
    height:1em;
    clip:rect(0px,1em,1em,0.5em);
}
.template_name .pietimer &gt; .slice.gt50 {
    clip:rect(auto, auto, auto, auto);
}
.template_name .pietimer &gt; .slice &gt; .pie {
    border: 0.05em solid #c0c0c0;
    position:absolute;
    width:0.9em; /* 1 - (2 * border width) */
    height:0.9em; /* 1 - (2 * border width) */
    clip:rect(0em,0.5em,1em,0em);
    -moz-border-radius:0.5em;
    -webkit-border-radius:0.5em;
    border-radius:0.5em;
}
.template_name .pietimer &gt; .slice &gt; .pie.fill {
    -moz-transform:rotate(180deg) !important;
    -webkit-transform:rotate(180deg) !important;
    -o-transform:rotate(180deg) !important;
    transform:rotate(180deg) !important;
}
.template_name .pietimer.fill &gt; .percent {
    display: none;
}
.template_name .pietimer.fill &gt; .slice &gt; .pie {
    border: transparent;
    background-color: #c0c0c0;
    width:1em;
    height:1em;
}







</pre></body></html>