.text {
    font-family: "Microsoft Sans Serif";
    margin-left: 15px;
    font-size: 20px;
    line-height: 35px;
}

.panel-title {
    font-size: 16px;
    color: dodgerblue;
}

.code-text {
    margin-left: 15px;
    font-size: 16px;
    line-height: 16px;
}

.header {
    width: 90%;
    padding-left: 50px;
    padding-top: 15px;
}

.vcenter {
    position: relative;
    top: 50%;
    display: inline;
}

.hcenter {
    text-align: center;
}

.hint-text {
    visibility: hidden;
    display: block;
    margin-top: -100px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
}

.noborder {
    border: 0px;
}

.content {
    background: url(http://www.weikayun.com/images/website_bg3.jpg);
}

.footer {
    height: 180px;
    background: black;
    text-align: center;
    float: bottom;
    color: white;
    bottom: 0px;
    left: 0;
    width: 100%;
}

.footer-text {
    padding-top: 20px;
    line-height: 20px;
    font-size: 12px;
}

.img-display {
    display: block;
    margin: 0 auto;
    max-height: 300px;
    height: 300px;
    text-align:center
}
.image{
    max-width: 100%;
    max-height: 100%
}

.title {
    font-weight: bold;
    text-align: center;
}

.tab {
    padding-top: 15px;
    padding-left: 0px;
}

.box {
    border: 1px solid darkgray;
    height: 450px;
    width: 45% !important;
    margin: 10px;
}

.inline-box {
    display: inline-block;
    border: 1px solid #cce3fb;
    background-color: #e6fafd;
    position: absolute;
    padding: 0 15px;
    line-height: 30px;
}

.left-box {
    float: left;
}

.resultText-box {
    padding-left: 12px;
    padding-right: 12px;
    display: block;
    border: none;
    width: 100%;
    height: 300px
}

.right-box {
    float: right;
}

.theme {
    background: #F4F5F7;
}
.imagesContainer{
    height: 100px;
}
.imageItem{
    height: 100%;
    cursor: pointer;
}
.img-responsive{
    height: 100px;
    width:auto
}