*
{
    padding: 0;
    margin: 0;
}

html, body
{
    width: 100%;
    color: white;
    background-color: #0C0C0C;
    font-family: 'Raleway', sans-serif;
}

#content
{
    max-width: 500px;
    margin: auto;
    margin-top: 15px;
    min-height: 75px;
}

#disclaimer
{
    max-width: 470px;
    margin: auto;
    padding: 5px 15px;
    min-height: 20px;
    font-size: 0.6em;
    color: #444444;
}

#header
{
    padding: 5px 15px;
}

.disclaimerlink{
    color: #555555;
}

.linkbox
{
    width: 100%;
    height: 75px;
    background-color: #181818;
    cursor: pointer;
}

.linkbox:hover
{
    opacity: 50%;
}

.linkimgbox
{
    width: 65px;
    height: 65px;
    margin: 5px;
    float: left;
    background-color: white;
    border-radius: 10px;
}

.linkcontent
{
    width: calc(100% - 105px);
    margin: 15px;
    margin-top: 20px;
    height: 35px;
    float: left;
}

.smalllinktext
{
    opacity: 50%;
    font-size: 0.8em;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.linkimg
{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

a
{
    color: white;
}