@font-face {
    font-family: 'medievalsharp';
    src: url('/media/medievalsharp.ttf');
}

body {
    font-family: 'medievalsharp';
    background-color: black;
    color: white;
}

a.logo {
    color: white;
    text-decoration: none;
}

a.logo:hover {
    color: white;
    text-decoration: none;
}

a {
    color: red;
    text-decoration: none;
}

a:hover {
    color: yellow;
    text-decoration: underline;
}

.loginFailed {
    color: yellow;
}

.msgInfo {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 90%;
    left: 20;
}

.profileText {
    width: 600px;
    height: 300px;
}

.profileViewText {
    text-align: center;
    margin: auto;
    width: 600px;
}

.singleCell {
    text-align: center;
    padding: 10px;
    width: 200px;
}

.singleTable {
    margin: auto;
}

.messageTable {
    width: 600px;
    margin: auto;
    overflow-y: scroll;
}

.newMessageWindow {
    width: 400px;
    height: 200px;
    margin: auto;
}

.myMsgs {
    width: 600px;
    text-align: right;
    border-radius: 5px;
    background-color: midnightblue;
    padding: 5px;
    padding-bottom: 15px;
}

.gotMsgs {
    width: 400px;
    text-align: left;
    border-radius: 5px;
    background-color: green;
    padding: 5px;
    padding-bottom: 15px;
}


.messageList {
    margin: auto;
    width: 400px;
}

.msgListEntry {
    border: 1px solid white;
}