body {
    font-size: 0.8rem;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.form-control {
    font-size: 0.8rem;
}

.btn {
    font-size: 0.8rem;
}

pre {
    font-size: 0.8rem;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #858796;
}

div#loading{
    width: 100%;
    height: 100%;
    display: none;
    background: url(/static/img/loading.gif) 50% 50% no-repeat;
    cursor: wait;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
}

.text-error {
    font-size: 10px;
}
