tr.even  {
    background-color: #f0f0f0;
}
#api_index {
    list-style: none;
}
#api_index li {
    display: inline;
}
#set_name_ok, #set_name_ng, #delete_confirm_message {
    display: none;
}
.install_after, .welcome_after {
    margin: 3em 0;
}
table.scripts th, table.users th {
    border: 1px solid #ccc;
    border-right: 0;
}
#note_edit {
    display: none;
}
#edit_form textarea {
    width: 100%;
    height: 15em;
}
.note {
    background-color: #eee;
    padding: 0.5em;
    margin:0.5em 0;
}
.note dt {
    font-weight: bold;
}
#note_syntax_desc {
    display: none;
    padding: 0.5em;
}

#note_text h1, #note_text h2, #note_text h3, #note_text h4 {
    float: none;
    font-weight: bold;
    margin: 0.2em 0;
}
#note_text h1 {
    font-size: 2em;
}
#note_text h2 {
    font-size: 1.8em;
}
#note_text h3 {
    font-size: 1.6em;
}
#note_text h4 {
    font-size: 1.4em;
}
#note_text ol, #note_text ul {
    margin: 1em 1.5em;
}
#note_text ol li {
    list-style-type: decimal;
}
#note_text code {
    background-color: #000;
    color: #fff;
    padding: 0.2em;
}

#login img {
    margin: 0 0 0 1em;
    vertical-align: middle;
    height: 1.2em;
    width: 1.2em;
}

td.date {
    width: 20%;
}
.scripts td.desc {
    width: 60%;
}
.users td.count {
    width: 40%;
}
.scripts td.desc p {
    margin: 0;
}
td.date th.date, td.count, th.count {
    text-align: center;
}
div.main table td.user_icon, td.user_icon {
    padding: 0;
    width: 24px;
}
td.activity_type {
    width: 25%;
}
td.activity_delete {
    width: 1em;
}

a[href^="http://"], a[href^="https://"], .outlink {
    background: transparent url(/images/outlink.gif) center right no-repeat;
    padding-right:15px;
}
.button-install-script a,
a[href^="http://wescript.net/"],
a[href^="http://beta.wescript.net/"],
a[href^="http://localhost"] {
    background: none;
    padding-right: 0;
}

