/* Create Section */

.create-sheet {
    position: relative;
    margin: 125px 0px 30px 0px;
    padding:30px;
    width: 960px;
    height: 640px;
    border-radius: 20px;
    box-shadow: 2px 2px 5px #aaa;

}

.create-sheet h1 {
    color:white;
}


#create-sheet {
    background-color:#ddd;
    border: #aaa solid 3px;
}


.create-item-bee3d {
    border-radius:10px;
    margin:0px 10px 10px 0px;
    width:200px;
    height:200px;

}

.orange {background-color:#fcb912; border: #fcb912 solid 3px;}
.green {background-color:#bed431; border: #bed431 solid 3px;}
.blue {background-color:#60cae8; border: #60cae8 solid 3px;}

.orange:hover {border: #c87400 solid 3px; }
.green:hover {border: #9CAD30 solid 3px; }
.blue:hover {border: #54AEC6 solid 3px; }



 .create-sheet iframe {
 border: 0;
 height: 90%;
 width: 100%; }

#create4-button {
    margin-top:10px;
    float:right;
}