html, body {
    font-size: 10pt;
}

body {
    color: #000;
    background-color: #f9f9f9;
    padding-top: 70px;
}

h1, h2, h3, h4 {
    margin: 10px 0;
}

h1 {
    font-size: 210%;
}

h2 {
    font-size: 120%;
}

h3 {
    font-size: 110%;
}

a {
}

.photo_box a, p, ul, ol {
    font-size: 1.1em;
    line-height: 1.33333em;
    color: #000;
}

p, ul, ol {
    margin-bottom: 1.33333em;
}

ol {
    list-style: decimal inside;
}

li {
    font-size: 1em;
    line-height: 1.33333em;
}

/* -- Misc Inline elements -- */
em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

label {
    font-size: 1em;
}

.text {
    font-size: 14px;
    background-color: #ccc;
    color: black;
    padding: 8px;
    line-height: 1.3;
    /*margin: -4px -8px 8px -8px;*/
}

.row.container {
    width: auto;
}

.row.container .album_box {

}

.row.container h1, .row.container h2 {
    color: #efefef;
    margin: 10px 0 20px;
}

.row.container .photo_box {
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto;
}

.row .row {
    min-width: 0px;
}

.th img {
    border: solid 3px rgb(6, 6, 6);
    padding: 10px;
}

.top-bar {
    background-color: rgba(43, 166, 203, 0.2);
    min-height: 45px;
    line-height: 45px;
    margin: 0 0 10px 0;
}

/* Clearing Styles */
[data-clearing] {
    *zoom: 1;
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
}

[data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table;
}

[data-clearing]:after {
    clear: both;
}

[data-clearing] li {
    float: left;
    margin-right: 10px;
}

.clearing-assembled .clearing-container ul[data-clearing] li {
    width: 100px;
    height: 100px;
}

.clearing-assembled .clearing-container ul[data-clearing] li img {
    min-width: auto !important;
}

/* -----------------------------------------
   Album
----------------------------------------- */

ul.list {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ul.list li {
    position: relative;
    text-align: center;
}

ul.list li a {
    display: inline-block;
}

ul.list li a img {
}

ul.list li a .id {
    display: none;
}

.clearing-container ul.list li a .id {
    display: block !important;
    position: absolute;
    bottom: 0px;
    left: 0;
    line-height: 15px;
    width: 100%;
    height: 15px;
    overflow: hidden;
    overflow-y: auto;
    text-align: center;
    font-size: 8pt;
    opacity: 0.6;
    background-color: black;
}

.visible-img {
    height: 85%;
    position: relative;
}

ul.list li a .title {
    position: absolute;
    bottom: 0px;
    left: 0;
    line-height: 15px;
    height: 15px;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    text-align: center;
    font-size: 8pt;
    opacity: 0.6;
    background-color: black;
}

ul.list li a p {
    width: 100%;
    text-align: center;
    font-size: 0.8em;
}

ul.albums {
    margin: 30px auto 0;
    list-style: none;
}

ul.albums li {
}

ul.albums li a {
    display: block;
    text-align: center;
    /*width: 100%;*/
    /*height: 100%;*/
}

ul.albums li a img {
    display: inline-block;
}

ul.photos {
}

ul.photos li {
    margin: 0 10px 10px 0;
    display: block;
}

ul.photos li a {
    display: inline-block;
}

ul.photos li a img {
    max-width: 90%;
    max-height: 90%;
    display: inline-block;
}

.well > * {
    color: #0f0f0f !important;
}

/* -----------------------------------------
   Misc
----------------------------------------- */

.vcard {
}

