body {
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
}

#root-container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 150px;
    height: available
}

#tab-line {
    border-bottom:2px solid #C8102E;
    overflow:hidden; margin:0;
    padding:0;
}

#logo-tab {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    margin-right: 180px;
}

#servername-tab {
    float: right;
    padding-top: 14px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
}

.product-container-tab {
    position: relative;
    float: left;
    margin-right: 1px;
    margin-top: 10px;
    width: 140px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
    border: none;
    color: #EEE;
    cursor: pointer;
}

.product-container-tab:hover {
    color: #EBDEB3;
}

.product-container-header {
    padding: 5px 0 0;
    text-align: center;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0 0 0 transparent, black 0.1em 0.1em 0.2em
}

.product-head {
    height: 25px;
    background-color: #515151;
    -webkit-border-radius: 18px 18px 0 0;
    -moz-border-radius: 18px 18px 0 0;
    border-radius: 18px 18px 0 0;
    background-image: linear-gradient(to bottom, #616161, #515151);
    background-repeat: repeat-x;
}

.product-head-active {
    height: 25px;
    background-color: #000000;
    -webkit-border-radius: 18px 18px 0 0;
    -moz-border-radius: 18px 18px 0 0;
    border-radius: 18px 18px 0 0;
    background-image: linear-gradient(to bottom, #616161, #000000);
    background-repeat: repeat-x;
}

#made-by-container {
    position: relative;
}

#made-by {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 32px;
}
