.btn-info
{
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
background-color:#3CC4AE;
background-image:-moz-linear-gradient(top,#45E0C4,#34A894);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#45E0C4),to(#34A894));
background-image:-webkit-linear-gradient(top,#45E0C4,#34A894);background-image:-o-linear-gradient(top,#45E0C4,#34A894);
background-image:linear-gradient(to bottom,#45E0C4,#34A894);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff45E0C4', endColorstr='#ff34A894', GradientType=0);
border-color:#34A894 #34A894 #1f6377;
border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
*background-color:#34A894;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.rt-error-logo
{
background-color: rgba(255,255,255,0.5);
}

.rt-error-details
{
background-color: rgba(255,255,255,0.5);
}

/* For the WidgetKit gallery, fix the color & transparency of the overlay */  
figure > div.uk-overlay-background {  
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);  
}  
/* Fix the button background and border too */  
.uk-overlay-panel .uk-button {  
    border-color: white !important;     /* Nuclear option only because YooTheme has it */  
    color: white;  
    background-color: rgba(0, 0, 0, 0);  
}  
div.uk-grid .uk-button:hover,  
div.uk-grid .uk-button:focus {  
    border-color: white !important;     /* Nuclear option only because YooTheme has it */  
    color: white;  
    background-color: rgba(0, 0, 0, 0);  
}  

#rt-mainbottom {
    background: none;
}

.uk-thumbnav>* {
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    padding-left: 10px;
    margin-top: 0px;
    float: left;
    opacity: 0;
}


