.label {
    font-weight: bold;
}

#IdentityTitle .label, #LanguageTitle .label, #BookTitle .label, #ChapterTitle .label {
    width:80px;
    display: inline-block;
}

#IdentityTitle, #LanguageTitle, #BookTitle, #ChapterTitle {
    padding-bottom: 5px;
}

.label a {
    text-decoration: none;
}

.showInline {
    padding:10px 0px 10px 0px;
    display: inline-block;
}

.showInline .value {
    padding: 10px;
    font-size: 120%;
    display: inline-block;
}

.showInline .label {
    display: none;
}

#Translation .value {
    border-style: solid;
}

#Expression .value {
    background-color: lightblue;
}
#Expression .value a {
    text-decoration: none;
    color: black;
}

.showBlock span {
    display: block;
    font-size: 90%;
}

.showBlock .label, #Example .label {
    padding-top: 5px;
}

#show {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 65px;
    height: 50px;
    font-weight: bold;
}

#next {
    position: absolute;
    bottom: 10px;
    left: 285px;
    width: 65px;
    height: 50px;
    font-weight: bold;
}

#result {
    position: absolute;
    bottom: 10px;
    left: 95px;
}

#result button {
    width:57px;
    height: 50px;
    font-weight: bold;
}

#saveButtons {
    position: absolute;
    bottom: 10px;
    left: 90px;
    display: none;
}

#saveButtons button {
    width:80px;
    height: 40px;
    font-weight: bold;
}

.editButtons {
    width: 60px;
    height: 30px;
    margin: 5px;
}

.editTextArea {
    width: 95%;
    max-width: 500px;
}

#statistics {
    position: absolute;
    bottom: 12px;
    left: 10px;
    font-size: 65%;
}

#Today {
    font-size: 80%;
    padding-top: 3px;
    padding-bottom: 2px;
}

#TodayDuration {
    font-weight: bold;
}

#info {
    position: absolute;
    bottom: 65px;
    left: 10px;
    font-size: 70%;
}

#info div {
    display: inline-block;
}

#DaysLastTested, #AverageResult, #Created, #Duration, #n, #EF, #IntervalDays {
    padding-right: 5px;
}

#timer {
    position: absolute;
    top: 12px;
    right: 30px;
    font-size:160%;
}

#add {
    position: absolute;
    top: 12px;
    right: 60px;
    display: none;
}

#add img {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

#search {
    position: absolute;
    top: 12px;
    right: 90px;
}

#search img {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

#clock, #ok, #ko {
    position: absolute;
    top: 12px;
    right: 120px;
}

#clock img, #ok img, #ko img {
    width:32px;
    height:32px;
}

#bufferSize {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size:80%;
}

h1 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.inner {
    position: absolute;
    top: 0px;
    bottom: 110px;
    width: 95%;
    overflow:auto;
}

.underline {
    text-decoration: underline;
}