/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700);*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,400i,700');
body {
    font-family: 'Ubuntu', Verdana, Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #005b62;
    background-color: #e8e8e8;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
}

a:link {
    color: #005a0d;
}

a:visited {
    color: #005a0d;
}

a:hover {
    color: #01a519;
    text-decoration: none;
}

a:active {
    color: #298AC8;
}

table {
    border-collapse: collapse;
}

td, th {
    border: 1px solid #999;
    padding: 5px 10px;
}

table.plain, table.plain td {
    border: none;
}

th {
    background-color: #ccc;
    text-align: left;
    font-weight: bold;
}


table.rowhover tbody tr:hover {
	background-color: #f0f0e2;
}


caption {
    text-align: left;
    font-size: 120%;
    padding: 10px 0;
    color: #666;
}

ul li {
    margin: 10px auto;
}

img.thumbnail {
    border: 2px solid #666;
    margin: 1px;
}

p.note {
    margin: 0px auto 0px;
    font-size: 90%;
    font-style: italic;
}

label.taglabel {
    padding: 2px 4px 2px 0px;
    white-space: nowrap;  
    margin: 0px;
    margin-right: 2px;
}

label.taglabel input[type=checkbox]{
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}

fieldset.tags-group {
    border: 1px solid #aaa;
}
