<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#TITLE center {
    margin-top: 150px;
}

.android-design-logo {
    /*background: url(sfd-2013.png) no-repeat;*/
    background: url(linuxday-2013.png) no-repeat;
    background-size: 103px 150px;
    width: 103px;
    height: 150px;
    float: left;
    margin-right: 4px;
    margin-top: -40px;
    margin-left: -5px;
}

.right-column {
    position: absolute;
    right: 20px;
    top: 130px;
}

small {
    font-size: 0.5em;
}

.fix-img-height img {
    max-height: 17em;
}

.fix-img-center img {
    display: block;
    margin: 0 auto;
}

.pretty-table table {
    text-align: left;
    border: 1px solid black;
    font-size: 0.7em;
}

.pretty-table table td, .pretty-table table th {
    padding: 4px;
    border-left: 1px solid black;
}

.pretty-table table th {
    border-bottom: 1px solid black;
    font-weight: bold;
}

.slide pre code {
    line-height: 30px;
}

.slide.code-small pre code {
    font-size: 0.8em;
}

.slide.code-small pre {
    margin-bottom: 25px;
}

.slide.code-small ul li {
    line-height: 1em;
}

.slide h2 {
  margin-top: -30px!important;
}
</pre></body></html>