﻿#sidePane {
    width: 210px;
    float: right;
    margin-left: 32px;
}

#sidePane a.more {
    font-size: 8pt;
    float: right;
    margin-bottom: 10px;
}

.sideElement {
    clear: both;
    margin-top: 20px;
}

.sideElement h5 {
    font-family: "Segoe UI Semibold","Segoe UI",Tahoma,Helvetica,sans-serif;
    font-weight: 600;
    font-size: 11pt;
    margin-top: 7pt;
    margin-bottom: 7pt;
}

/* -- -- -- Search -- -- -- */

#sideSearch input {
    font-size: 10pt;
}

#sideSearch #input {
    width: 100%;
    font-size: 11pt;
}

#sideSearch #button {
    float: right;
    margin-top: 5px;
}

/* -- -- -- Links -- -- -- */

#sideLinks p {
    margin: 2px 0px 0px 15px;
}

/* -- -- -- Board -- -- -- */

#sideBoard p {
    text-align: center;
    margin: 6pt;
}

#sideBoard .date {
    color: #808080;
    font-size: 8pt;
}

#sideBoard .msg {
    font-size: 11pt;
}

/* -- -- -- Invitiations -- -- -- */

#sideInvit p {
    text-align: center;
    margin: 12pt;
}

#sideInvit .date {
    color: #808080;
    font-size: 24pt;
}

#sideInvit .name {
    font-size: 16pt;
    line-height: 18pt;
}

#sideInvit .room {
    font-size: 9pt;
}

/* -- -- -- Catalogue -- -- -- */

#sideCatalog p {
    margin-top: 0pt;
}

#sideCatalog input {
    display: block;
    margin: auto;
}

#sideCatalog img { 
    width: 100%; 
    display: block;
    margin: 5px auto 5px auto;
}

/* -- -- -- Transliteration -- -- -- */

#sideTrans p {
    margin-top: 0pt; 
}

#sideTrans input {
    width: 100%;
    margin: 5px 0px;
    font-size: 11pt;
}