/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 29, 2015, 6:01:13 PM
    Author     : Jugal
*/
#dropbox{
    float: left;
    margin-right: 20px;
    padding: 25px 35px;
    border: 1px solid #aaa;
    border-radius: 3px;

}
#toolBox{
    float: left;
    width: 60%;
}
.color-container{
    float: left;
    width: 100%
}
.block-container{
    width: 100%
}
.toolClass .panel,.toolClass .panel-body {
    /*width: 300px;*/
}
.toolClass{
    width: 45%;
    float: left;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.sliderContainer{
    width: 49%;
    float: left;
}
.plan{
    width: 32%;
    float: left;
    /*height: 500px;*/
    border: 1px solid #aaa;
    margin: 5px;
    border-radius: 5px;
}
.plan ul{
    width: 80%;
    margin: 0 auto;
}
.plan ul li{
    margin-bottom: 10px;
}
.plan h3{
    text-align: center;
}
.plan-button{
    text-align: center;
    margin-top: 35px;
    margin-bottom:  35px;
}