/* 
 * File: css/practice.css
 * Purpose: stylesheet of the practice page
 *
 * */

div.listbox {
    float: right;
    border: 1px dashed #aaa;
    padding: .5em;
    margin-left: 1em;
    margin-bottom: 1em;
    width: 175px;
}

div.listbox h2 {
    font-size: 120%;
    margin: 0;
}

div.listbox th {
    text-align: center;
}

div.listbox td {
    padding-bottom: .2em;
}

div.listbox p {
    border: 1px dashed #aaa;
    padding: .3em;
    margin: .2em;
    margin-top: .5em;
}

div.word {
    text-align: center;
    padding: 4em 0;
    white-space: nowrap;
}

div.word span {
    font-size: 24pt;
    padding: 1em;
    border: 1px dashed #ccc;
    background-color: #efe;
    background-color: #eef;
    border: 1px outset #ddd;
    /*
    font-size: 36pt;
    border: 3px solid #ccc;
    background-color: #eee;
    */
}

div.word span a {
    text-decoration: none;
}

table.hit {
    text-align: left;
    color: #040;
    background-color: #ddf;
    border: 1px solid #bbf;
    padding: .3em;
    /* font-size: smaller; */
    margin-bottom: 1em;
}

table.hit div.link {
    border-bottom: 1px solid #88f;
    margin-bottom: .2em;
}

table.hit div.link a {
    text-decoration: none;
}

p.mark, p.next {
    border: 1px dotted #ddd;
    padding: .3em;
    margin-bottom: 1em;
}
p.mark {
    float: left;
}
p.next {
    float: right;
}

.invalidate {
    float: right;
    margin-top: 1em;
}

div.add-to-wordlist {
    background-color: #dfd;
    border: 1px solid #8f8;
    padding: 1em;
    text-align: left ! important;
    font-style: italic;
    margin-bottom: 1em;
}
div.add-to-wordlist h1 {
    font-size: 100%;
}

/* dictionary specific styles */

table.beolingus td {
    width: 50%;
    vertical-align: top;
    padding-right: 2em;
}

table.beolingus td.f {
    padding-left: 1em;
}

div.investopedia div {
    margin-bottom: .5em;
}

div.webster dl dt {
    float: left;
    margin: 0;
    margin-right: 1em;
}
div.webster dl dd {
    margin: 0;
}
div.webster {
    margin-bottom: 2em;
}
div.webster em.v {
    margin: .5em;
    display: block;
}

/* eof */
