
*{
    margin: 0px;
    padding: 0px;
}

body{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#container{
    width:1100px;
    margin: 0px auto;
}

header{
    position: absolute;
    z-index: 2;
    align-self: center;
    top: 10px;
    height: 220px;
    width: 60%;
}

#head{
    margin-top: 30px;
    margin-left: 70px;
    border: 1px solid black;
    background: white;
    height: 190px;
    width: 1000px;
}

#head h1{
    margin-top: 20px;
    margin-left: 120px;
    border-bottom: 1px solid;
    display:inline-block;
}

#head h2{
    margin-top: 30px;
    margin-left: 120px;
    margin-bottom: 38px;
}

#head img{
    margin-left:20px;
}

#head label{
    vertical-align:top;
    line-height: 30px;
    margin-left:5px;
    margin-right:5px;
}

#head #qrIndex
{    
    position: absolute;
    left: -12px;
    top: 40px;
    width: 150px;
    z-index: 3;      
}

#head #qrIndex img
{
    width: 145px;
}

#head #qrImage
{
    margin-top: -14px;
    margin-left: 695px;
    position: absolute;
    z-index: 3; 
}

#head #qrImage img
{
    width: 220px;
}

#scanForDetailed img
{
    width: 196px;
}

#qrExperience
{
    position: relative;
}

.headerOverlappedSpace
{
    float:left;
    height: 230px;
    width: calc(70% - 40px);
    padding: 10px;
}

.asideOverlappedSpace
{
    float:left;
    height: 230px;
    background:#CCCCCC;
    width: calc(30% - 20px);
    padding: 10px;
}

#content{
    float: left;
    width: calc(70% - 40px);
    padding: 10px;
}

.tableHeader{
    background: #EEEEEE;
}

article{
    margin-top: 15px;
    margin-bottom: 15px;    
}

h3{
    background: #DDDDDD;
    color: #000;
    padding: 0 5px;
}

aside{
    float: left;
    width: calc(30% - 20px);
    color: white;
    background:#CCCCCC;
    padding: 10px;
}

aside h4{
    margin-top: 15px;
    border-bottom: 1px solid;
}

aside h5{
    width:70%;
    margin-top: 10px;
    border-bottom: 1px solid #bbf ;
    display:inline-block;
}

ul li img{
    margin-right: 5px;
    margin-top: 5px;
    width:80px;
}

.langPic{
    margin-right: 70px;
    margin-left: 0px;
    margin-top: 5px;
    width:50px;
}

.langText1{
    margin-right: 67px;
    margin-left: 0px;
    margin-top: 5px;
    font-weight: bold;
}

.langText2{
    margin-right: 36px;
}



.clearfix{
    clear:both;
}