/*************************************************************
mobile.css

Styles that apply site-wide for webconlang mobile.
**************************************************************/


span.data_holder {
    display: none;
}

p.alert {
    font-size: 1em;
    font-weight: bold;
    color: red;
}

textarea {
    width: 100%;
}

input.list_view_filter {
    width: 100%;
}

/* FLASH */

section.flash {
    padding-left: 15%;
    padding-right: 15%;
    margin-top: 10px;
}

section.flash ul {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    list-style-type: square;
    padding: 4px;
    border: solid 2px #C7605F;
    color: #B13D3D;
    background-color: #EBC5C5;
}

section.flash ul li {
    margin-left: 5%;
}

p.byline {
    font-size: 0.8em;
    font-style: italic;
}

/* TABLES */

table {
    padding: 0;
    margin-top: 6px;
    margin-bottom: 6px;
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #a3abb7;
}

table caption {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1em;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 6px;
}

thead {
    background-color: #e2edff;
}

thead th {
    text-align: center;
    vertical-align: middle;
}

th {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0;
    padding: 4px 4px 4px 4px;
    text-align: left;
    vertical-align: middle;
}

td {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    margin: 0;
    padding: 4px 4px 4px 4px;
    text-align: left;
    vertical-align: middle;
}

tr.evenrow {
    background-color: #f4f4f4;
}

table.formtable th {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    padding-top: 7px;
}

table.viewtable th {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    text-align: left;
    vertical-align: center;
}

table.viewtable td {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    vertical-align: center;
    padding-top: 10px;
}

td.not_public {
    color: red;
    font-style: italic;
}
