Initial commit.
#test {
margin-top: 10px;
}
input[type="text"] {
width: 100%;
}
fieldset div {
text-align: right;
padding: 5px;
}
table {
text-align: right;
font-size: 0.8em;
}
.desc {
width: 100%;
padding-right: 10px;
}
.icon {
display: inline-block;
padding: 4px 10px;
font-size: 3em;
}
#sections {
text-align: center;
padding-left: 0px !important; /* override tide default style */
}
#sections li {
display: inline;
list-style-type: none;
}
#sections li a {
text-shadow: 2px 2px 1px #000;
}
#sections li a:active {
cursor: pointer;
text-shadow: none;
position: relative;
top: 1px;
left: 1px;
}