body {
    background-color:#fff;
    font-family: sans-serif;
}

#wrap {
    border:none;
}

#footer p {
    border:none;
    border-top:1px solid #e0e0e0;
    border-radius: 0;
    padding:20px 0;
}

div, p, td, Input.text, select, textarea, input.button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

Input.text, select, textarea, input.button {
    padding:5px 10px;
}

table.tblSorter {
    background-color: #bce8f1;
}

table.tblSorter tbody td {
    padding:10px;
}

#new_url {
    border:1px solid #bce8f1;
}

#new_url div {
    background: transparent;
    padding:0;
}

#new_url > div {
    background-color: #E3F3FF;
    padding:15px;
}

#new_url_form {
    padding:0;
}

#add-url {
    width:300px;
}

#shareboxes {
    margin:0;
}

div.share {
    border:none;
}

#share_links {
    display:none;
}

#origlink {
    display: block;
    width: 100%;
}

td.actions .button.loading, #add-button.loading {
    background-color: #ccc;
    color:#595441;
    border:none;
}

td.actions .button.disabled, #add-button.disabled {
    border:none;
}

#copybox, #sharebox {
    width:46%;
    margin:0 2%;
    padding:0;
}

#tweet_body {
    width:380px;
}

div.share {
    height:auto;
}

.yourls-logo {
    display:none;
}

.bgztt-logo img {
    max-width:100px;
}

#ga_show_tracking {
    display:block;
    margin-top:15px;
}

#ga_tracking_options {
    margin-top:15px;    
}

#ga_tracking_options input {
    width:100px;
}

#ga_tracking_options label:first-child {
    padding-left:0 !important;
}

p.error {
    padding:10px 20px;
}

ul#admin_menu {
    list-style-type: none;
    min-height: 0;
    margin:5px 0 40px;
}

ul#admin_menu li {
    display: inline-block;
    margin:0 10px 0 0;
    padding:0 10px 0 0;
    border-right:1px solid #e0e0e0;
}

ul#admin_menu > li > ul {
    display:none;
}

#filter_form {
    float:none;
    max-width:none;
    padding:15px;
}

#filter_buttons {
    float:none;
    text-align: center;
    margin-top:15px;
}

#filter_options br {
    margin-bottom:10px;
}

td.actions .button, td.actions .button:active {
    border:none;
}