body{
    font-size:16px;
    line-height:2;
    background-image:url(../img/wheat.png);
    color: #fdfdfd;
    min-width: 1250px;
}

.clearfix::after{
    content: "";
    height:0px;
    display: block;
    clear: both;
}

nav{
    height:60px;
    background-color: #222;
    user-select: none;
}

nav .navbar{
    height: inherit;
    width: 20%;
    float: right;
    min-width: 190px;
}

nav p{
    font-weight: 600;
    float:left;
    height: inherit;
    line-height: 60px;
    font-size: 20px;
    color: #fdfdfd;
    width: 55%;
    text-align:right;
    margin: auto;
}

nav p img{
    width: 60px;
    display: inline-block;
    vertical-align:top;
}

nav .navbar li{
    float:left;
    width: 30%;
    height:inherit;
    text-align: center;
    vertical-align:bottom;
    margin-top: 11px;
}

nav .navbar li a{
    font-size:16px;
    color:#999;
}

nav .navbar li a:link{
    color: #ef4238;
}
nav .navbar li a:hover{
    color: aliceblue;
}

.container{
    width: 1150px;
    margin: auto;
    padding-top:42px ;
}

.container .tag-panel{
    border: 1px solid gray;
    width: inherit;  
    color: #333; 
    font-size: 14px;
}

.container .tag-panel .tag-box{
    width: 95%;
    margin: auto;
    padding:8px 0px;
    border-bottom: 1px dotted gray;
}

.container .tag-panel .tag-box p{
    float: left;
    width:48px;
    border: 2px black;
}

.container .tag-panel .tag-box .tag-chioce{
    float: right;
    width:1040px;
}

.container .tag-panel .tag-box .tag-chioce li{
    float: left;
    margin: 0 17px;
    text-align: center;
    vertical-align: middle;
}

.clearfix::after{
    content: "";
    display: block;
    height:0px;
    clear:both;
}

.main{
    width:60%;
    min-width: 820px;
    margin: auto;
    margin-top:40px;
    text-align: center;
    border-radius: 8px;
    border:1px dashed #eee;
    background-color:RGBA(120,110,100,60%);
    user-select: none;
    overflow: hidden;
    box-shadow: 0 0 8px blueviolet;
}
.main .floatContainer{
    overflow: hidden;
}
.main .floatContainer .returnMsg span{
    color: gold;
    font-size:18px;
}

.main#predictArea{
    margin-top: 8vh;
}

.main .previewDiv{
    float: left;
    width:300px;
    height: 300px;
    margin: 30px 0px;
    margin-left: 80px;
    background-color: rgba(138, 44, 226,0.7);
    border-radius: 10px;
}
.main .returnMsg{
    float: right;
    width:300px;
    height: 300px;
    margin: 30px 0px;
    margin-right: 100px;
    /* background-color: antiquewhite; */
}
.main .returnMsg p{
    margin-top: 5px;
    text-align: left;
    color: aliceblue;
    line-height: 90px;
    font-size: 26px;
}
#bugName,#probability{
    user-select:text;
}

#message div{
    float: left;
    width: 50%;
    text-align: center;
}
#message #feed{
    margin-right: 10px;
    padding:0px 20px;
    line-height: 1.2em;
}
#message{
    display: none;
}

iframe{
    width: 100%;
    height:600px;
}

#chart{
    /* height: 300px;
    background-color: #f5f5f5; */
    display: none;   
}

article{
    margin-top: 20px;
}

article,footer{
    width: 100%;
}

article span,footer span{
    display: block;
    width: 600px;
    margin: 0 auto;
    text-align:center;
}

article span a{
    color:gold;
}
footer{
    margin-bottom: 10px;
    font-size: 15px;
}
footer span a{
    text-decoration: underline;
}

#inputL{
    margin-right: 150px;
}
#inputL,#confirmL{
    font-weight: 800;
    font-size: 14px;
}
#inputL input,#confirmL button{
    display: none;
}
#inputL img,#confirmL img{
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
#inputL span:hover,#confirmL span:hover{
    cursor: pointer;
}