/* Application specific style sheet */

body {
    color: #646464;
}

.w3-content {
    max-width: 1024px;
}

.w3-check, .w3-radio {
    width: 18px;
    height: 18px;
    top: 4px;
}

.page-content {
    min-height: 400px;
}

.img-header {
    width: 100%;
}

.img-footer {
    width: 100%;
    height: 250px !important;
}

.img-article {
    height: 140px;
    max-width: 250px;
}

.photo-strip {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.twitter-feed {
    margin: 0 auto;
    width: 250px;
    height: 500px;
    overflow-y: scroll;
}

.google-map {
    width: 100%;
    max-width: 450px;
    height: 340px;
}

.width-auto {
    width: auto;
}

.width-100 {
    max-width: 100px;
}

.width-200 {
    max-width: 200px;
}

.width-300 {
    max-width: 300px;
}

.width-500 {
    max-width: 500px;
}

.button-tiny {
    padding: 0 2px;
}

table.statistics td {
    padding: 0 8px;
}

/* Links in tables */
/* unvisited link */
a.table-link:link {
  text-decoration: none;
  display: block;
}

/* visited link */
a.table-link:visited {
    color: #646464 !important;
}

/* mouse over link */
a.table-link:hover {
    color: #646464 !important;
}

/* selected link */
a.table-link:active {
    color: #646464 !important;
}

/* CK editor text sizes */
.text-tiny {
    font-size: 75%;
}

.text-small {
    font-size: 88%;
}

.text-big {
    font-size: 112%;
}

.text-huge {
    font-size: 125%;
}
