body {
    background: #f3f6fd;
    color: #1f1c2e;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
}

h3 {
    margin: 10px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

a.cform-btn {text-decoration: none;}

.main-menu a {
    color: #684891;
}
.main-menu a:hover {
    color: #907cb1;
}

.main-menu {
    margin: 0; 
    padding: 0;
}

.main-menu li {
   list-style: none;
   margin: 5px 25px;
   float: left;
   line-height: 68px;
   font-size: 18px;
}

.main-menu li a {
    text-decoration: none;
}

.main-menu li a:hover, .main-menu li a:focus, .main-menu li a:visited {
    text-decoration: none;
}
header.menu {
    background: white;
    margin-top: 25px;
    border-radius: 8px;
    height: 80px;
}

.profile-menu {
    float: right; 
    height: 80px;
    padding-right: 20px;
}

.profile-menu p {
    font-size: 17px;
    display: inline-block;
    line-height: 76px;
    margin: 0;
    padding-right: 10px;
}
.profile-init {
    border-radius: 100%;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #50597b;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    margin-top: 17px;
}
.profile-init:hover, .profile-init:focus, .profile-init:visited {
    text-decoration: none;
}
.box {
    background: white;
    margin-top: 15px;
    border-radius: 8px;
    height: auto;
    padding: 8px;
}

.create input {
    width: 100%;
}

.q-head {
    cursor: pointer;
}