/* Reset iGEM menu */
#top_menu_14 {
    height: 18px;
    line-height:16px;
    z-index: 10000;
}

#top_menu_inside #user_item {
    padding-top: 0;
}

#top_title {
    display: none;
}

/* remove margin from the magically appearing p's */
.my-content > p {
    margin: 0;
}

/* Resetting basic style settings */
body {
    background-color: white;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    color: inherit;
    border-bottom: none;
    line-height: unset;
}

ul {
    list-style-image: none;
    margin: 0;
    line-height: inherit;
}

ol {
    margin: 0;
    line-height: 1.5;
}

li {
    margin-bottom: 0;
}

ul:focus, li:focus {
    outline:none;
}

a:hover, a:focus {
    text-decoration: none;
}

a:active {
    color: inherit;
}

img {
    vertical-align: inherit;
}

/* Wiki related styling */
#mobile-nav {
    margin-top: 18px;
}

.my-content .preloader-background {
    top: 18px;
}