body
{
	text-align: center;
    overflow-x: hidden;
}

.row,
.row-letter
{
    width: 100%;
	padding: 0.5em 0;
}

.row:hover
{
    background-color: #eee;
}

.record,
.letter
{
    text-align: left;
    width: 50%;
    min-width: 460px;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    min-height: 2em;
}

.letter
{
    padding-top: 2em;
    font-size: 1.5em;
    min-height: unset;
}

.phone
{
    position: absolute;
    right: 0;
    top: 0;
}

.family,
.names
{
    display: inline-block;
}

.address
{
    color: rgba(0,0,0,0.3);
    border-top: 1px solid #eee;
}

.phone a
{
    margin: 0;
}

#menu
{
    position: fixed;
    right: calc(-50% - 1.7em);
    top: 0;
    background: #eee;
    padding: 1em 0.7em;
    width: 50%;
    box-shadow: 0px 0px 0.3em rgb(0,0,0,0.3);
    border-bottom-left-radius: 1em;
}

#menu.shown
{
    right: 0;
}

#menu div
{
    display: inline-block;
}

#menu #button
{
    position: absolute;
    left: -2.2em;
    top: 0.9em;
    padding: 0.25em;
    width: 1em;
    height: 1em;
    font-size: 2em;
    background-color: #FFF;
    margin-top: -0.15em;
    margin-left: -0.15em;
    border-radius: 1.5em;
    cursor: pointer;
    color: rgba(255,255,255,0.5);
    background-color: #444;
    box-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3);
}

#menu a
{
    margin: 0.2em 0.3em;
    padding: 0.3em 0.5em;
    display: block;
}

a
{
    border: none;
}

.hidden
{
    position: absolute;
    right: -200%;
}

@media only screen and (max-width: 560px) {

    .record,
    .letter
    {
        width: 70%;
        min-width: unset;
    }

}

@media only screen and (max-width: 480px) {

    .record,
    .letter
    {
        width: 90%;
    }
}