/* Any demo specific styling needed for this tutorial only */
html, body {
    height: 100%;
    margin: 0;
    overflow: hidden;
}

#appLayout {
    height: 100%;
}
#leftCol {
    width: 25%;
    overflow:hidden;
}

.claro .demoLayout .edgePanel {
    background-color: #d0e9fc;
    margin:10;
}
#viewsChart {
	width: 550px;
	height: 550px;
}
* {
    outline: none !important;
}

body {
    margin: 0;
    font-family: Lucida Sans,Lucida Grande,Arial !important;
    font-size: 13px !important;
    background: white;
    color: #333;
}
.h1 {
	font-size:1.5em;
}
#leftCol ul 
{
    list-style:none;
    }
h4
{
 cursor:pointer;
     }
#leftCol li:hover
{
    cursor:pointer;
    text-decoration: underline;
}
.category{}
.type{}
h5 img 
{
    vertical-align:middle;
    padding-right:4px;
    }
    .introText
{
    font-size: large;
}
#helpContent 
{
    overflow:scroll-y;

    }
.lightBox
{
    position:auto;
}
.helpContent
{
    background-color: #D0FCE9;
        width:100%;
}
.highlights li
{
    font-size: medium;
}
.span2
{
    text-decoration: underline;
    font-size: x-large;
    font-weight: bold;
}
.span1
{
    font-size: small;
    color: #333333;
}