﻿.stage
{
    overflow:hidden;
}

#stage_info
{
    min-height:300px;
}

.overview_content
{
    font-family: 'Segoe UI', 'Open Sans', sans-serif;
}

.overview_content a
{
    font-size: 22px;
}

.overview_new
{
    opacity:0;
    position: relative;
    margin: 25px -15px;
    background:#1a305d; 
    color:#FFF; 
    font-size:14px; 
    text-align:center; 
    padding:8px 40px;
    -webkit-box-shadow:4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow:4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.overview_new .stablebit-cloud-logo {
    width: 5rem;
    padding: 0.25rem;
}

.overview_new_tag
{
    position:absolute;
    top:50%;
    height:16px;
    margin-top:-10px;
    background:#FFF;
    font-size:12px;
    font-weight:bold;
    color:#1a305d;
    padding:2px 4px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.overview_new a {
    color:#FFF; 
    font-size:14px; 
}

.overview_new a:hover {
    color:#DDD; 
}

.overview-more-features{
    margin-bottom: 30px;
}

.overview-more-features a{
    font-size: 16px;
    line-height: 200%;
}