#uutiset {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#uutiset li:first-of-type {
    margin-top: 0;
}

#uutiset li {
    margin-top: 5px;
}

h3 {
    cursor: pointer;
}

h3 span {
    position: relative;
    float: right;
    font-weight: normal;
    opacity: 0.5;
    font-size: 14px;
    color: #000000;
}

.functions {
    float: right;
    position: relative;
    margin-left: 10px;
    top: 5px;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    padding: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.ui-widget textarea {
    width: 100%;
    height: 100%;
}

#uutisForm textarea {
    width: 390px;
}