/* Original from W3.CSS 4.13 June 2019 by Jan Egil and Borge Refsnes */
/* Modified by RL */
* {
  font-family: "Carlito", "Calibri", "DejaVu Sans", sans-serif;
}
html{box-sizing:border-box}
*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}
summary{display:list-item}
audio,canvas,progress,video{display:inline-block}
progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background-color:transparent}
a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}
sup{top:-0.5em}
figure{margin:1em 40px}
img{border-style:none}
/*changed by RL*/
code,kbd,pre,samp{
   font-family: "Liberation Mono", "DejaVu Sans Mono", 
        "Lucida Console", monospace;
}
hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}
optgroup{font-weight:bold}
button,input{overflow:visible}
button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */

a {
    font-family: "Carlito", "Calibri", "DejaVu Sans", sans-serif;
    color:inherit;
}

html,body {
  font-family: "Carlito", "Calibri", "DejaVu Sans", sans-serif;
  font-size: 1em;
  line-height: 1.2;
}
html{overflow-x:hidden}
h1{font-size:36px}
h2{font-size:30px}
h3{font-size:24px}
h4{font-size:20px}
h5{font-size:18px}
h6{font-size:16px}
.rl-serif{
   font-family:serif
}
h1,h2,h3,h4,h5,h6{
   font-family:"Segoe UI",Arial,sans-serif;
   font-weight:400;
   margin:10px 0
}
.rl-wide{
   letter-spacing:4px
}
hr{
   border:0;
   border-top:1px solid #eee;
   margin:20px 0
}
.rl-image{
   max-width:100%;
   height:auto;
}
img{
   vertical-align:middle
}






footer {
   background-image: linear-gradient(to right, #2d8ec6,#F1F3F4);
   font-size: 0.7em;
}
footer code {
   font-size: 0.5em;
   margin: 0;
   padding: 0;
   line-height: 0px;
}
main a {
   background-image: linear-gradient(#F1F3F4, #3d9ed6, #1d7eb6, #3d9ed6, #F1F3F4);
   font-size: 1.2em;
   text-align: left;
   padding-top: 2px;
   padding-bottom: 2px;
   padding-left: 4px;
   padding-right: 4px;
   text-decoration: none;
   display: inline-block;
   width: 96%;
   margin-left: 8px;
}
main {
   background-image: none;
   background-color: #F1F3F4;
   font-size: 1em;
}

main a:link {
   color: azure;
      
   
}
main a:visited {
   color: bisque;
}
main a:hover, main a:active {
   border: 1px solid red;
}

main .vinfos {
   background-color: #F1F3F4; 
   width: 40%;
   height: 140px;
   float: left;
   padding: 2px;
   border-top: 1px solid lightgray;
}
main .vimlink {
   background-color: #F1F3F4; 
   width: 60%;
   height: 140px;
   float: left;
   padding: 0px;
   border-top: 1px solid lightgray;  
}
main .vimlinka {
   background-color: #F1F3F4; 
}
span.galleryblock{
   display: flex;
   flex-wrap: wrap;
}
div.gallery{
   margin: 2px;
   border: 1px solid #ccc;
   float: left;
   width: 180px;
}
div.gallery:hoover{
   border: 1px solid #777;
}
div.gallery img{
   width: 100%;
   height: auto;
}
div.gallery a{
   background-image: none;
   font-size: 1em;
   text-align: left;
   padding-top: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   padding-right: 0px;
   text-decoration: none;
   display: inline-block;
   width: 100%;
   margin-left: 0px;
}
div.gallery a:link {
   color: azure;
      
   
}
div.gallery a:visited {
   color: bisque;
}
div.gallery a:hover, main a:active {
   border: 0px;
}
div.description{
   font-size: 0.7em;
   padding: 5px;
   text-align: left;
   height: 50px;
}


/*From W3 Schools:*/
.rl-table,.rl-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}
.rl-table-all{border:1px solid #ccc}
.rl-bordered tr,.rl-table-all tr{border-bottom:1px solid #ddd}
.rl-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.rl-table-all tr:nth-child(odd){background-color:#fff}
.rl-table-all tr:nth-child(even){background-color:#f1f1f1}
.rl-hoverable tbody tr:hover,.rl-ul.rl-hoverable li:hover{background-color:#ccc}
.rl-centered tr th,.rl-centered tr td{text-align:center}
.rl-table td,.rl-table th,.rl-table-all td,.rl-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.rl-table th:first-child,.rl-table td:first-child,.rl-table-all th:first-child,.rl-table-all td:first-child{padding-left:16px}
.rl-btn,.rl-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.rl-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.rl-btn,.rl-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.rl-disabled,.rl-btn:disabled,.rl-button:disabled{cursor:not-allowed;opacity:0.3}
.rl-disabled *,:disabled *{pointer-events:none}
.rl-btn.rl-disabled:hover,.rl-btn:disabled:hover{box-shadow:none}
.rl-badge,.rl-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}
.rl-badge{border-radius:50%}
.rl-ul{list-style-type:none;padding:0;margin:0}
.rl-ul li{padding:8px 16px;border-bottom:1px solid #ddd}
.rl-ul li:last-child{border-bottom:none}
.rl-tooltip,.rl-display-container{position:relative}
.rl-tooltip .rl-text{display:none}
.rl-tooltip:hover .rl-text{display:inline-block}
.rl-ripple:active{opacity:0.5}
.rl-ripple{transition:opacity 0s}
.rl-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}
.rl-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}
.rl-dropdown-click,.rl-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.rl-dropdown-hover:hover .rl-dropdown-content{display:block}
.rl-dropdown-hover:first-child,.rl-dropdown-click:hover{background-color:#ccc;color:#000}
.rl-dropdown-hover:hover > .rl-button:first-child,.rl-dropdown-click:hover > .rl-button:first-child{background-color:#ccc;color:#000}
.rl-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}
.rl-check,.rl-radio{width:24px;height:24px;position:relative;top:6px}
.rl-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.rl-bar-block .rl-dropdown-hover,.rl-bar-block .rl-dropdown-click{width:100%}
.rl-bar-block .rl-dropdown-hover .rl-dropdown-content,.rl-bar-block .rl-dropdown-click .rl-dropdown-content{min-width:100%}
.rl-bar-block .rl-dropdown-hover .rl-button,.rl-bar-block .rl-dropdown-click .rl-button{width:100%;text-align:left;padding:8px 16px}
.rl-main,#main{transition:margin-left .4s}
.rl-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.rl-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.rl-bar{width:100%;overflow:hidden}
.rl-center .rl-bar{display:inline-block;width:auto}
.rl-bar .rl-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0}
.rl-bar .rl-dropdown-hover,.rl-bar .rl-dropdown-click{position:static;float:left}
.rl-bar .rl-button{white-space:normal}
.rl-bar-block .rl-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.rl-bar-block.rl-center .rl-bar-item{text-align:center}
.rl-block{display:block;width:100%}
.rl-responsive{display:block;overflow-x:auto}
.rl-container:after,.rl-container:before,.rl-panel:after,.rl-panel:before,.rl-row:after,.rl-row:before,.rl-row-padding:after,.rl-row-padding:before,
.rl-cell-row:before,.rl-cell-row:after,.rl-clear:after,.rl-clear:before,.rl-bar:before,.rl-bar:after{content:"";display:table;clear:both}
.rl-col,.rl-half,.rl-third,.rl-twothird,.rl-threequarter,.rl-quarter{float:left;width:100%}
.rl-col.s1{width:8.33333%}
.rl-col.s2{width:16.66666%}
.rl-col.s3{width:24.99999%}
.rl-col.s4{width:33.33333%}
.rl-col.s5{width:41.66666%}
.rl-col.s6{width:49.99999%}
.rl-col.s7{width:58.33333%}
.rl-col.s8{width:66.66666%}
.rl-col.s9{width:74.99999%}
.rl-col.s10{width:83.33333%}
.rl-col.s11{width:91.66666%}
.rl-col.s12{width:99.99999%}
@media (min-width:601px){.rl-col.m1{width:8.33333%}
.rl-col.m2{width:16.66666%}
.rl-col.m3,.rl-quarter{width:24.99999%}
.rl-col.m4,.rl-third{width:33.33333%}
.rl-col.m5{width:41.66666%}
.rl-col.m6,.rl-half{width:49.99999%}
.rl-col.m7{width:58.33333%}
.rl-col.m8,.rl-twothird{width:66.66666%}
.rl-col.m9,.rl-threequarter{width:74.99999%}
.rl-col.m10{width:83.33333%}
.rl-col.m11{width:91.66666%}
.rl-col.m12{width:99.99999%}
}
@media (min-width:993px){.rl-col.l1{width:8.33333%}
.rl-col.l2{width:16.66666%}
.rl-col.l3{width:24.99999%}
.rl-col.l4{width:33.33333%}
.rl-col.l5{width:41.66666%}
.rl-col.l6{width:49.99999%}
.rl-col.l7{width:58.33333%}
.rl-col.l8{width:66.66666%}
.rl-col.l9{width:74.99999%}
.rl-col.l10{width:83.33333%}
.rl-col.l11{width:91.66666%}
.rl-col.l12{width:99.99999%}
}
.rl-rest{overflow:hidden}
.rl-stretch{margin-left:-16px;margin-right:-16px}
.rl-content,.rl-auto{margin-left:auto;margin-right:auto}
.rl-content{max-width:980px}
.rl-auto{max-width:1140px}
.rl-cell-row{display:table;width:100%}
.rl-cell{display:table-cell}
.rl-cell-top{vertical-align:top}
.rl-cell-middle{vertical-align:middle}
.rl-cell-bottom{vertical-align:bottom}
.rl-hide{display:none!important}
.rl-show-block,.rl-show{display:block!important}
.rl-show-inline-block{display:inline-block!important}
@media (max-width:1205px){.rl-auto{max-width:95%}
}
@media (max-width:600px){.rl-modal-content{margin:0 10px;width:auto!important}
.rl-modal{padding-top:30px}
.rl-dropdown-hover.rl-mobile .rl-dropdown-content,.rl-dropdown-click.rl-mobile .rl-dropdown-content{position:relative}
.rl-hide-small{display:none!important}
.rl-mobile{display:block;width:100%!important}
.rl-bar-item.rl-mobile,.rl-dropdown-hover.rl-mobile,.rl-dropdown-click.rl-mobile{text-align:center}
.rl-dropdown-hover.rl-mobile,.rl-dropdown-hover.rl-mobile .rl-btn,.rl-dropdown-hover.rl-mobile .rl-button,.rl-dropdown-click.rl-mobile,.rl-dropdown-click.rl-mobile .rl-btn,.rl-dropdown-click.rl-mobile .rl-button{width:100%}
}
@media (max-width:768px){.rl-modal-content{width:500px}
.rl-modal{padding-top:50px}
}
@media (min-width:993px){.rl-modal-content{width:900px}
.rl-hide-large{display:none!important}
.rl-sidebar.rl-collapse{display:block!important}
}
@media (max-width:992px) and (min-width:601px){.rl-hide-medium{display:none!important}
}
@media (max-width:992px){.rl-sidebar.rl-collapse{display:none}
.rl-main{margin-left:0!important;margin-right:0!important}
.rl-auto{max-width:100%}
}
.rl-top,.rl-bottom{position:fixed;width:100%;z-index:1}
.rl-top{top:0}
.rl-bottom{bottom:0}
.rl-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.rl-display-topleft{position:absolute;left:0;top:0}
.rl-display-topright{position:absolute;right:0;top:0}
.rl-display-bottomleft{position:absolute;left:0;bottom:0}
.rl-display-bottomright{position:absolute;right:0;bottom:0}
.rl-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.rl-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.rl-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.rl-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.rl-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.rl-display-container:hover .rl-display-hover{display:block}
.rl-display-container:hover span.rl-display-hover{display:inline-block}
.rl-display-hover{display:none}
.rl-display-position{position:absolute}
.rl-circle{border-radius:50%}
.rl-round-small{border-radius:2px}
.rl-round,.rl-round-medium{border-radius:4px}
.rl-round-large{border-radius:8px}
.rl-round-xlarge{border-radius:16px}
.rl-round-xxlarge{border-radius:32px}
.rl-row-padding,.rl-row-padding>.rl-half,.rl-row-padding>.rl-third,.rl-row-padding>.rl-twothird,.rl-row-padding>.rl-threequarter,.rl-row-padding>.rl-quarter,.rl-row-padding>.rl-col{padding:0 8px}
.rl-container,.rl-panel{padding:0.01em 16px}
.rl-panel{margin-top:16px;margin-bottom:16px}
.rl-code,.rl-codespan{font-family:Consolas,"courier new";font-size:16px}
.rl-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.rl-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.rl-card,.rl-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.rl-card-4,.rl-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.rl-spin{animation:rl-spin 2s infinite linear}
@keyframes rl-spin{0%{transform:rotate(0deg)}
100%{transform:rotate(359deg)}
}
.rl-animate-fading{animation:fading 10s infinite}
@keyframes fading{0%{opacity:0}
50%{opacity:1}
100%{opacity:0}
}
.rl-animate-opacity{animation:opac 0.8s}
@keyframes opac{from{opacity:0}
 to{opacity:1}
}
.rl-animate-top{position:relative;animation:animatetop 0.4s}
@keyframes animatetop{from{top:-300px;opacity:0}
 to{top:0;opacity:1}
}
.rl-animate-left{position:relative;animation:animateleft 0.4s}
@keyframes animateleft{from{left:-300px;opacity:0}
 to{left:0;opacity:1}
}
.rl-animate-right{position:relative;animation:animateright 0.4s}
@keyframes animateright{from{right:-300px;opacity:0}
 to{right:0;opacity:1}
}
.rl-animate-bottom{position:relative;animation:animatebottom 0.4s}
@keyframes animatebottom{from{bottom:-300px;opacity:0}
 to{bottom:0;opacity:1}
}
.rl-animate-zoom {animation:animatezoom 0.6s}
@keyframes animatezoom{from{transform:scale(0)}
 to{transform:scale(1)}
}
.rl-animate-input{transition:width 0.4s ease-in-out}
.rl-animate-input:focus{width:100%!important}
.rl-opacity,.rl-hover-opacity:hover{opacity:0.60}
.rl-opacity-off,.rl-hover-opacity-off:hover{opacity:1}
.rl-opacity-max{opacity:0.25}
.rl-opacity-min{opacity:0.75}
.rl-greyscale-max,.rl-grayscale-max,.rl-hover-greyscale:hover,.rl-hover-grayscale:hover{filter:grayscale(100%)}
.rl-greyscale,.rl-grayscale{filter:grayscale(75%)}
.rl-greyscale-min,.rl-grayscale-min{filter:grayscale(50%)}
.rl-sepia{filter:sepia(75%)}
.rl-sepia-max,.rl-hover-sepia:hover{filter:sepia(100%)}
.rl-sepia-min{filter:sepia(50%)}
.rl-tiny{font-size:10px!important}
.rl-small{font-size:12px!important}
.rl-medium{font-size:15px!important}
.rl-large{font-size:18px!important}
.rl-xlarge{font-size:24px!important}
.rl-xxlarge{font-size:36px!important}
.rl-xxxlarge{font-size:48px!important}
.rl-jumbo{font-size:64px!important}
.rl-left-align{text-align:left!important}
.rl-right-align{text-align:right!important}
.rl-justify{text-align:justify!important}
.rl-center{text-align:center!important}
.rl-border-0{border:0!important}
.rl-border{border:1px solid #ccc!important}
.rl-border-top{border-top:1px solid #ccc!important}
.rl-border-bottom{border-bottom:1px solid #ccc!important}
.rl-border-left{border-left:1px solid #ccc!important}
.rl-border-right{border-right:1px solid #ccc!important}
.rl-topbar{border-top:6px solid #ccc!important}
.rl-bottombar{border-bottom:6px solid #ccc!important}
.rl-leftbar{border-left:6px solid #ccc!important}
.rl-rightbar{border-right:6px solid #ccc!important}
.rl-section,.rl-code{margin-top:16px!important;margin-bottom:16px!important}
.rl-margin{margin:16px!important}
.rl-margin-top{margin-top:16px!important}
.rl-margin-bottom{margin-bottom:16px!important}
.rl-margin-left{margin-left:16px!important}
.rl-margin-right{margin-right:16px!important}
.rl-padding-small{padding:4px 8px!important}
.rl-padding{padding:8px 16px!important}
.rl-padding-large{padding:12px 24px!important}
.rl-padding-16{padding-top:16px!important;padding-bottom:16px!important}
.rl-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.rl-padding-32{padding-top:32px!important;padding-bottom:32px!important}
.rl-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.rl-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.rl-left{float:left!important}
.rl-right{float:right!important}
.rl-button:hover{color:#000!important;background-color:#ccc!important}
.rl-transparent,.rl-hover-none:hover{background-color:transparent!important}
.rl-hover-none:hover{box-shadow:none!important}
/* Colors */
.rl-amber,.rl-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.rl-aqua,.rl-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.rl-blue,.rl-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.rl-light-blue,.rl-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.rl-brown,.rl-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.rl-cyan,.rl-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.rl-blue-grey,.rl-hover-blue-grey:hover,.rl-blue-gray,.rl-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.rl-green,.rl-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.rl-light-green,.rl-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.rl-indigo,.rl-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.rl-khaki,.rl-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.rl-lime,.rl-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.rl-orange,.rl-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.rl-deep-orange,.rl-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.rl-pink,.rl-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.rl-purple,.rl-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.rl-deep-purple,.rl-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.rl-red,.rl-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.rl-sand,.rl-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.rl-teal,.rl-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.rl-yellow,.rl-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.rl-white,.rl-hover-white:hover{color:#000!important;background-color:#fff!important}
.rl-black,.rl-hover-black:hover{color:#fff!important;background-color:#000!important}
.rl-grey,.rl-hover-grey:hover,.rl-gray,.rl-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important}
.rl-light-grey,.rl-hover-light-grey:hover,.rl-light-gray,.rl-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.rl-dark-grey,.rl-hover-dark-grey:hover,.rl-dark-gray,.rl-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.rl-pale-red,.rl-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.rl-pale-green,.rl-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.rl-pale-yellow,.rl-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.rl-pale-blue,.rl-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.rl-text-amber,.rl-hover-text-amber:hover{color:#ffc107!important}
.rl-text-aqua,.rl-hover-text-aqua:hover{color:#00ffff!important}
.rl-text-blue,.rl-hover-text-blue:hover{color:#2196F3!important}
.rl-text-light-blue,.rl-hover-text-light-blue:hover{color:#87CEEB!important}
.rl-text-brown,.rl-hover-text-brown:hover{color:#795548!important}
.rl-text-cyan,.rl-hover-text-cyan:hover{color:#00bcd4!important}
.rl-text-blue-grey,.rl-hover-text-blue-grey:hover,.rl-text-blue-gray,.rl-hover-text-blue-gray:hover{color:#607d8b!important}
.rl-text-green,.rl-hover-text-green:hover{color:#4CAF50!important}
.rl-text-light-green,.rl-hover-text-light-green:hover{color:#8bc34a!important}
.rl-text-indigo,.rl-hover-text-indigo:hover{color:#3f51b5!important}
.rl-text-khaki,.rl-hover-text-khaki:hover{color:#b4aa50!important}
.rl-text-lime,.rl-hover-text-lime:hover{color:#cddc39!important}
.rl-text-orange,.rl-hover-text-orange:hover{color:#ff9800!important}
.rl-text-deep-orange,.rl-hover-text-deep-orange:hover{color:#ff5722!important}
.rl-text-pink,.rl-hover-text-pink:hover{color:#e91e63!important}
.rl-text-purple,.rl-hover-text-purple:hover{color:#9c27b0!important}
.rl-text-deep-purple,.rl-hover-text-deep-purple:hover{color:#673ab7!important}
.rl-text-red,.rl-hover-text-red:hover{color:#f44336!important}
.rl-text-sand,.rl-hover-text-sand:hover{color:#fdf5e6!important}
.rl-text-teal,.rl-hover-text-teal:hover{color:#009688!important}
.rl-text-yellow,.rl-hover-text-yellow:hover{color:#d2be0e!important}
.rl-text-white,.rl-hover-text-white:hover{color:#fff!important}
.rl-text-black,.rl-hover-text-black:hover{color:#000!important}
.rl-text-grey,.rl-hover-text-grey:hover,.rl-text-gray,.rl-hover-text-gray:hover{color:#757575!important}
.rl-text-light-grey,.rl-hover-text-light-grey:hover,.rl-text-light-gray,.rl-hover-text-light-gray:hover{color:#f1f1f1!important}
.rl-text-dark-grey,.rl-hover-text-dark-grey:hover,.rl-text-dark-gray,.rl-hover-text-dark-gray:hover{color:#3a3a3a!important}
.rl-border-amber,.rl-hover-border-amber:hover{border-color:#ffc107!important}
.rl-border-aqua,.rl-hover-border-aqua:hover{border-color:#00ffff!important}
.rl-border-blue,.rl-hover-border-blue:hover{border-color:#2196F3!important}
.rl-border-light-blue,.rl-hover-border-light-blue:hover{border-color:#87CEEB!important}
.rl-border-brown,.rl-hover-border-brown:hover{border-color:#795548!important}
.rl-border-cyan,.rl-hover-border-cyan:hover{border-color:#00bcd4!important}
.rl-border-blue-grey,.rl-hover-border-blue-grey:hover,.rl-border-blue-gray,.rl-hover-border-blue-gray:hover{border-color:#607d8b!important}
.rl-border-green,.rl-hover-border-green:hover{border-color:#4CAF50!important}
.rl-border-light-green,.rl-hover-border-light-green:hover{border-color:#8bc34a!important}
.rl-border-indigo,.rl-hover-border-indigo:hover{border-color:#3f51b5!important}
.rl-border-khaki,.rl-hover-border-khaki:hover{border-color:#f0e68c!important}
.rl-border-lime,.rl-hover-border-lime:hover{border-color:#cddc39!important}
.rl-border-orange,.rl-hover-border-orange:hover{border-color:#ff9800!important}
.rl-border-deep-orange,.rl-hover-border-deep-orange:hover{border-color:#ff5722!important}
.rl-border-pink,.rl-hover-border-pink:hover{border-color:#e91e63!important}
.rl-border-purple,.rl-hover-border-purple:hover{border-color:#9c27b0!important}
.rl-border-deep-purple,.rl-hover-border-deep-purple:hover{border-color:#673ab7!important}
.rl-border-red,.rl-hover-border-red:hover{border-color:#f44336!important}
.rl-border-sand,.rl-hover-border-sand:hover{border-color:#fdf5e6!important}
.rl-border-teal,.rl-hover-border-teal:hover{border-color:#009688!important}
.rl-border-yellow,.rl-hover-border-yellow:hover{border-color:#ffeb3b!important}
.rl-border-white,.rl-hover-border-white:hover{border-color:#fff!important}
.rl-border-black,.rl-hover-border-black:hover{border-color:#000!important}
.rl-border-grey,.rl-hover-border-grey:hover,.rl-border-gray,.rl-hover-border-gray:hover{border-color:#9e9e9e!important}
.rl-border-light-grey,.rl-hover-border-light-grey:hover,.rl-border-light-gray,.rl-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.rl-border-dark-grey,.rl-hover-border-dark-grey:hover,.rl-border-dark-gray,.rl-hover-border-dark-gray:hover{border-color:#616161!important}
.rl-border-pale-red,.rl-hover-border-pale-red:hover{border-color:#ffe7e7!important}
.rl-border-pale-green,.rl-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.rl-border-pale-yellow,.rl-hover-border-pale-yellow:hover{border-color:#ffffcc!important}
.rl-border-pale-blue,.rl-hover-border-pale-blue:hover{border-color:#e7ffff!important}
