﻿.category-group
{
    width: 400px;
    font-size: 13px;
    background: #454545;
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.category-header
{
    background:#454545;
    font-size:15px;
    font-weight:bold;
    color:white;
    height:40px;
    line-height:40px;
    text-indent:5px;
}
.category-item
{
    margin-top:5px;
}
.category-item .row
{
    border-bottom:1px solid #4f4f4f;
    height: 25px;
    line-height:25px;
}
.category-item .column
{
    float:left;
    text-indent:10px;
}
.category-item .column.description
{
    width:30%;
    background: #7a7a7a;
    color:white;
}
.category-item .column.value
{
    width:70%;
    background:#c4c4c4;
}
.scroll-panel
{
    overflow-y:scroll;
    max-height:600px;
}
.personalisation-output
{
    border: 2px solid #454545;
    padding: 5px;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #c4c4c4;
    -moz-opacity: 0.95;
    opacity: 0.95;
    width: 80px;
    z-index: 10000;
}
.personalisation-output.inline
{
    position:absolute;
}
.debug
{
    position:relative;
    height:40px;
}
.debug .personalisation-output.inline
{
    position:relative;
}

#ddlOutput
{
    margin-bottom:5px;
    margin-left:200px;
}
#btnDebugToggle
{
    float:left;
}

.show-content
{
    display:none;
}

.value .attribute-value
{
    background:white;
    width:70%;
}
.value .attribute-name
{
    width:30%;
}
.value
{
    text-align:center;
}


