#constructor *{
    margin: 0;
    outline: none;
}
img{
    border: 0;
    vertical-align: bottom;
}
#constructor{
    width: 725px;
    height: 578px;
    background: url(/images/constructor.jpg);
    margin: 50px auto 0;
    overflow: hidden;
    position: relative;
}
#constructor .select-plate{
    width: 200px;
    text-align: center;
    margin: 10px auto;
}
#plate{
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 50px;   
    overflow: hidden; 
}
#plate > div{
    float: left;
    height: 100%;
}
#plate > div.cleft, #plate > div.cright{
    width: 130px;
}
#plate > div.cleft div, #plate > div.cright div{
    height: 60px;
    line-height: 60px;
    text-align: center;
}
#plate > div.cleft div button, #plate > div.cright div button{
    line-height: normal;
    cursor: pointer;
}
#plate > div.ccenter{
    width: 420px;
}
#plate > div.ccenter .post{
    width: 14px;
    height: 100%;
    float: left;
}
#plate > div.ccenter .post img{
    width: 14px;
    height: 240px;
}
#plate > div.ccenter .plate{
    width: 189px;
    height: 100%;
    float: left;
}
#plate > div.ccenter .plate img{
    width: 189px;
    height: 60px;
}
#sections, #posts, #calculate{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #ffffff;
	width: 1000px;
    height: 80%;
    margin: 0 auto;
    top: 90px;
    border-radius: 10px;
    box-shadow: 11px 14px 75px 5px rgba(202, 197, 197, 0.4);
}
#calculate h1 {
	padding: 30px 0;
}
#sections div{
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#sections div button, #posts button{
    position: fixed;
    left: 15px;
    top: 50%;
    cursor: pointer;
}
#sections img, #posts img{
    display: inline-block;
    margin: 50px;
    cursor: pointer;
}
.select-post{
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
}
.select-post button{
    cursor: pointer;
}
.calculate{
    text-align: center;
    margin: 20px 0;
}
.calculate input{
    width: 30px;
    padding: 0 5px;
}
#calculate table{
    width: 50%;
    margin: 20px auto;
    border-collapse: collapse;
}
#calculate table td, #calculate table th{
    border: 1px solid #000000;
}
#calculate p{
    font-weight: bolder;
    margin: 20px;
}