html {
    font-family: 'Raleway';
    font-style: normal;
}
body{
    padding: 20px 0;
}
.background-light {
    background-color: #f9f9f9;
}
.main {
    max-width: 90%;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.logo-wrapper {
    height: 100px;
    width: 100%;
}
.logo {
    max-width: 100%;
    height: auto;
}
.menuArea {
    background-color: #898989;
    text-align: right;
    padding-right: 40px;
    height: 40px;
    position: relative;
}
.height-5 {
    height: 5px;
}
.padding-top-10 {
    padding-top: 10px;
}
.text-center {
    text-align: center;
}
.padding-20-10 {
    padding: 20px 10px;
}
.text-green {
    color: #5b6857;
}
.edelivery-processing {
    font-size: 18px;
    color: #7a7777;
    line-height: 1.5;
    width: 100%;
}

#msgarea {padding-top: 20px;}
#italicsfont {font-size: 96px;}
#divwrapper { max-width: 600px; margin: 0 auto;}