body {
    margin: 0;
    padding: 0;
    color: #222222;
    font: 14px/18px "Open Sans",Arial,Helvetica,sans-serif;
    text-align: left;
}

a {
    color: #42cda7;
    text-decoration: none;
}

img {
    border: none;
}

div,
p,
h1,
h2,
h3 {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}

h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}

h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}

p.routeYouLinks {
    margin: 16px 8px 0 8px;
    clear: both;
    font-size: 12px;
    text-align: center;
}

p.routeYouLinks + p.routeYouLinks {
    margin-top: 8px;
}

p.routeYouLinks img {
    vertical-align: bottom;
}

div.pluginTitle,
div.pluginInfoPane {
    display: none;
}

div.pluginTitleVisible,
div.pluginInfoPaneLeft,
div.pluginInfoPaneRight {
    display: block;
}

div#pluginTitle,
div#pluginProfile,
div#pluginProfileBig,
div#pluginTabButtons {
    padding-bottom: 8px;
}

div#pluginTabButtons {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #ffffff;
}

@media all and (min-width: 700px) {
    body {
        overflow: hidden;
    }

    div.pluginInfoPaneLeft {
        margin-right: 16px;
        width: 300px;
        float: left;
    }

    div.pluginInfoPaneRight {
        margin-left: 16px;
        width: 300px;
        float: right;
    }
}