
/* Tabbed Page */

.tabbed-page {
    width: 100%;
}

.tabbed-page .body {
    border: 1px solid #ddd;
}

.tabbed-page .tab {
    margin: 1em;
    margin-top: 2em;
}

.tabbed-page .edit {
    text-align: right;
    display: block;
    border-bottom: none !important;
}

.tabbed-page .navigation {
    margin: 0;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.tabbed-page  .navigation li {
    display: inline;
}

.tabbed-page .navigation a {
    border: 1px solid #ddd;
    border-style: solid none solid dotted;
    padding: 3px 0.5em;
    position: relative;
    top: 1em;
    background-color: white;
}

.tabbed-page  .navigation a:first-child {
    border-style: solid solid solid dotted;
}

.tabbed-page  .navigation a:last-child {
    border-style: solid dotted solid solid;
}


.tabbed-page ul.navigation a.selected {
    font-weight: bold;
    background-color: #ddd;
}

.tabbed-page ul.navigation a:hover {
    text-decoration: none;
    border-bottom: none;
}

.tabbed-page img {
    max-width: 100%;
}
