
label {
    display:inline-block;
    width: 210px;
}

input[type="button"] {
    padding: 4px 6px;
    width: 100%;
    margin-bottom: 10px;
}
.sample-tutorial {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.groupAppearanceSs{
    width: 100%;
    height: 100%;
}

.desc{
    padding:2px 10px;
    background-color:#F4F8EB;
}
.gc-group {
    background-color: #F4F8EB;
    color: #BBBBBB;
    border-width: 0px;
    border-style:solid;
}
.gc-group-box {
    background-color: #fff;
    color: #82bc00;
    border-color:#82bc00;
}
.gc-group-line{
    border-width:2px;
    border-style:solid;
    border-color:rgb(137, 137, 137);
}
.gc-group-dot{
    color:rgb(247, 167, 17);
}
.gc-group-box-expand{
    border-color:transparent;
    background-image: url('$DEMOROOT$/spread/source/images/minus.png');
    background-color: transparent;
}
.gc-group-box-collapsed{
    border-color:transparent;
    background-image: url('$DEMOROOT$/spread/source/images/add.png');
    background-color: transparent;
}


body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}