body {
    background-color: #f9fff9;
    font-family: 'Montserrat';
}

#title {
    width: 99.6%;
    color: white;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 5px;
    min-width: 260px;
    letter-spacing: 3px;
/*    
    background-color: #94bd01;
    box-shadow: 10px 10px 10px #a4bf94;
    border-radius:0px 10px 10px 0;
*/
    margin-top: 5px;
    border-radius: 23px;
    background: linear-gradient(145deg, #85aa01, #9eca01);
    box-shadow:  7px 7px 14px #90b701,
                 -3px -3px 7px #98c301;    
}

#sub_title {
    width: 100%;
    /*background-color: #84ad01;*/
    height: 2px;
    min-height: 2px;
}

h1 {
 		font-size: 36px;
    color: white;
 		padding: 6px;
    margin-left: 15px;
 		font-weight: lighter;
    border: 1px solid #84ad01;
    width: 85%;
    min-width: 420px;
    /*
 		background-color: #94bd01; 
    border-radius: 0.5em;
    box-shadow: 10px 10px 10px #a4bf94;*/
    border-radius: 23px;
    background: linear-gradient(145deg, #85aa01, #9eca01);
    box-shadow:  7px 7px 14px #90b701,
                 -3px -3px 7px #98c301;
 }

p {
    margin-left: 25px;
    font-size: 16px;     
}

.div_box {
    background-color: #ffffff;    
    border-radius: 0.5em;    
    border: 1px solid #000000;
    max-width: 640px;
    min-width: 320px;
    width: 90%;
    margin-left: 25px;
    padding-right: 5px;
    box-shadow: 10px 10px 10px #a4bf94;
 }

.mini_box {
    background-color: #ffffff;    
    border-radius: 0.5em;    
    border: 1px solid #000000;
    max-width: 420px;
    min-width: 340px;
    min-height: 525px;
    width: 33%;
    padding-left: 5px;
    padding-top: 3px;
    margin-left: 25px;
    box-shadow: 10px 10px 10px #a4bf94;
 }

#left_part {
    width: 45%;
    float: left;
    min-width: 480px;
 }

#right_part {
    width: 50%;
    float: left;
 }


li {
    display: block;
}

li: before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e103";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    float: left;
    margin-top: 4px;
    margin-left: -10px;
    color: #000000;
}
