/*CUSTOM-LABEL*/
.custom_label
{
    margin:         0;
    padding:        0;
    width:          100%;
    display:        block;
    margin-top:     5px;
    margin-bottom:  10px;
    margin-right:   0;
    margin-left:    0;
    padding-right:  0px;
    padding-left:   0px;
    border:         1px solid transparent;
    overflow:       hidden;
    border-radius:          3px;
    -webkit-border-radius:  3px;
    -moz-border-radius:     3px;
}
div.custom_label > h1 , 
div.custom_label > h2 ,
div.custom_label > h3 ,
div.custom_label > h4 , 
div.custom_label > h5 ,
div.custom_label > h6
{
    display:    block;
    margin:     0px;
    width:      100%;
    padding:    0px;
    padding-top:3px;
}
.custom_label > p
{
    border:1px solid        #CCCCCC;
    background-color:       #F5F5F5;
    color:                  #222;
    font-family:            Courier;
    border-radius:          3px;
    -webkit-border-radius:  3px;
    -moz-border-radius:     3px; 
    margin-top:             4px; 
    line-height:            30px; 
    overflow:               hidden;
    width:                  100%;
}
.custom_inline_label
{
    width:                  90%;
    margin-top:             5px;
    margin-bottom:          10px;
    margin-left:            5%;
    margin-right:           5%;
    padding:                0;
    border-radius:          3px;
    -webkit-border-radius:  3px;
    -moz-border-radius:     3px;
}
.custom_inline_label > div
{
    width:          100%;
    border:         none;
    margin-top:     0;
    margin-bottom:  0;
    margin-left:    0;
    margin-right:   0;
    padding:        0;
    overflow:       hidden;
}
.custom_inline_label>div.h1
{
    height:62px;
    line-height:62px;
}
.custom_inline_label>div.h2
{
    height:58px;
    line-height:58px;
}
.custom_inline_label>div.h3
{
    height:48px;
    line-height:48px;
}
.custom_inline_label>div.h4
{
    height:38px;
    line-height:38px;
}
.custom_inline_label>div.h5
{
    height:32px;
    line-height:32px;
}
.custom_inline_label>div.h6
{
    height:26px;
    line-height:26px;
}
.custom_inline_label>div>div
{
    height:100%;
    line-height:100%;
    border:none;
    margin-top:0;
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
    padding:0;
}
.custom_inline_label>div>div>p
{
    height:100%;
    border:1px solid #CCCCCC;
    background-color:#F5F5F5;
    font-family:Courier;
    margin-top:0;
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
    padding:0;
    color:#222;
}
.custom_inline_label>div.h1>div>p
{
    line-height:62px;
}
.custom_inline_label>div.h2>div>p
{
    line-height:58px;
}
.custom_inline_label>div.h3>div>p
{
    line-height:48px;
}
.custom_inline_label>div.h4>div>p
{
    line-height:38px;
}
.custom_inline_label>div.h5>div>p
{
    line-height:32px;
}
.custom_inline_label>div.h6>div>p
{
    line-height:26px;
}

.custom_inline_label>div>div>h1
{
    height:100%;
    line-height:62px;
    margin:0;
    padding:0;
    border:none;
}
.custom_inline_label>div>div>h2
{
    height:100%;
    line-height:58px;
    margin:0;
    padding:0;
    border:none;
}
.custom_inline_label>div>div>h3
{
    height:100%;
    line-height:48px;
    margin:0;
    padding:0;
    border:none;
}
.custom_inline_label>div>div>h4
{
    height:100%;
    line-height:38px;
    margin:0;
    padding:0;
    border:none;
}
.custom_inline_label>div>div>h5
{
    height:100%;
    line-height:32px;
    margin:0;
    padding:0;
    border:none;
}
.custom_inline_label>div>div>h6
{
    height:100%;
    line-height:26px;
    margin:0;
    padding:0;
    border:none;
}
span.label-val-holder
{
    display:    block;
    height:     30px;
}
/*CUSTOM-LABEL-END*/