﻿#ProductionReport
{
    height: 100%;
    width: 100%;
    background-color: #EFEFEF;
    float: right;
}

#managerReport
{
    height:95%;
    width:68%;
    background-color: #EFEFEF;
    float:left;
    border:2px solid black;
}

div.productionFields
{
    margin-right: 50px;
    margin-top: 25px;
    float: right;
}

span.ProductDescreption
{
    font-size: 15px;
}

input.reportInput
{
    border-radius:5px;
    -webkit-border-radius:5px;
    width:100px;
} 

#workerDetails
{
    float:right;
    width: 30%;
    height: 95%;
    margin-top:0px;
    margin-right: 5px;
    background-color: #DCDCDC;
    border-right:4px solid #909090;
    border-bottom: 4px solid #909090;
    border-left:2px solid #B1B1B1;
    border-top:2px solid #B1B1B1;
}
