﻿body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;    
    overflow-x: hidden;
    /*overflow-y: hidden;*/
    font-family: Arial,"微軟正黑體","Microsoft JhengHei";
}

#satisfactionSurvey{
    width: 550px; 
    /*height: 350px;*/ 
    font-size:16px;    
    margin:0 auto;    
}

#satisfactionSurvey #surveyQuestion td{
    width:65px;
    text-align:center;
}

#satisfactionSurvey #surveyQuestion td:first-child,#satisfactionSurvey td:last-child{
    width:80px;
    text-align:left;    
}

#satisfactionSurvey #surveyQuestion td span{
  position:relative;
  left:10px;
}

#satisfactionSurvey #userData td{
    width:135px;
    /*text-align:center;*/
}


#title{
    font-size:34px;
    padding: 5px 0 5px 0;
}

#mainDescription{
    font-size:14px;
}

.textContent{
    width:400px;
    border-top:0;
    border-bottom:1px solid #757575;
    border-right:0;
    border-left:0;
}

#submit{
    background: #00B0F0;
    color:white;
    width:40px;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    position: relative;
    right: -400px;
}

#basicInformation,#question{
    font-size:18px;
    padding-top:20px;
}

#basicInformation span ,#question span{
    display:inline-block;
    width:15px;
    height:25px;
    background:#00B0F0;
    position: relative;
    top: 5px;
    left: 5px;
}

#done{
    color: #004B8F;
    font-weight: bold;
    font-size: 22pt;
    vertical-align: middle;
    display:none;
}