.indent-1 {
    font-weight: bold;
}

.indent-2 {
    padding-left: 1em;
}

/* tools */
.leftalign {
    text-align: left;
}

.midalign {
    text-align: center;
}

.rightalign {
    text-align: right;
}


td {
    border-bottom: 1px dotted silver;
}

img.left {
    float:left;
    margin-right: 1em;
}

img.right {
    float:right;
    margin-left: 1em;
}

table.nicetable {
    border-collapse:separate;
    border-spacing:0;
    width: 80%;
    margin-left: 2em;
    margin-top: 2em;
    border: 0;
}

table.nicetable thead {
    background-color: #F1F3F4;
}

table.nicetable th, table.nicetable td {
    padding: 0.7em;
    text-align: left;
}

/* image overlays */

.with_sun {
  background: transparent url("/images/weather-clear.png") no-repeat bottom right scroll;
}

