body, p {
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Tahoma, Arial, sans-serif;
    line-height: 1.18;
}

#profile {
    position: fixed;
    top: 20px;
    right: 10px;
    font-family: Arimo, sans-serif;
}

a {
    text-decoration: none !important;
}

/*#title {*/
/*    text-transform: uppercase;*/
/*    width: 90%;*/
/*    position: absolute;*/
/*    font-family: arial;*/
/*    FONT-WEIGHT: BOLDER;*/
/*    padding: 3px 10px;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    !*color: #205ba9;*!*/
/*    color: #dd0000;*/
/*    text-align: center;*/
/*    font-size: 35px;*/
/*    top: 20px;*/
/*    border-radius: 10px;*/
/*    white-space: nowrap;*/
/*    background: rgba(255, 255, 255, 0.5);*/
/*    border: 1px solid #00000026;*/
/*}*/
#title {
    text-transform: uppercase;
    max-width: 1200px;
    /*font-family: arial;*/
    FONT-WEIGHT: BOLDER;
    padding: 10px 10px;
    left: 50%;
    color: #205ba9;
    text-align: center;
    font-size: 23px;
    top: 20px;
    border-radius: 2px;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #00000026;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#profile{
    opacity: 0.0;
}
#profile:hover{
    opacity: 1.0;
}

#profile #avatar {
    float: left;
    width: 30px;
    height: 30px;
    border: 2px solid #7e7e7e;
    border-radius: 17px;
    background: #EEEEEE;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#profile #avatar img {
    height: 28px;
    width: 28px;
    border-radius: 15px;
    margin: 1px 0 0 1px;
}

#profile #info {
    background: #fefefe;
    float: right;
    border: 1px solid #7e7e7e;
    margin-left: -17px;
    padding-top: 8px;
    padding-right: 17px;
    margin-bottom: 1px;
    border-radius: 0 17px 17px 0;
    font-size: 12px;
    color: #0066be;
    font-weight: bold;
    line-height: 1.15;

}

#profile #info span {
    display: inline-block;
    margin-bottom: 11px;
    padding-left: 27px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#profile #info ul {
    margin: 0px;
    padding: 0px;
}

#profile #info ul li {
    list-style: none;
    cursor: pointer;
}

#profile #info .sub ul {
    visibility: hidden;
    position: absolute;
    margin-top: 1px;
    border: 1px solid #c7c7c7;
    background: #f9f9f9;
}

#profile #info .sub:hover ul {
    visibility: visible;
}

#profile #info .sub:hover ul li {
    line-height: 28px;
    padding-left: 10px;
    padding-right: 17px;
    border-bottom: 1px solid #eceaea;
}

#profile #info .sub:hover ul li:hover {
    background: #205ba991 !important;
}

#profile #info .sub:hover ul li a {
    padding: 3px 0;
    font-size: 12px;
    color: #333;
    white-space: nowrap;
}

#profile #info .sub:hover ul li:hover a {
    color: white;
}

#profile #info .sub:hover ul li a b {
    margin-right: 10px;
}
