* {
    box-sizing: border-box
}

html {
    font-weight: 300;
    -webkit-font-smoothing: antialiased
}
.imageUrlPopup {
        position: absolute;
    bottom: 69px;
    width: 98%;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #fff;
    padding: 4px;
    height: 38px;
    border: 1px solid #ddd;
}
.imageUrlPopup input {
        position: absolute;
    width: 70%;
    height: 27px;
    padding: 0 5px;
        border: none;
    background: #fff;
}
.imageUrlPopup button {
        position: absolute;
    width: 28.5%;
    color: #333;
background: #eee;
    right: 5px;
     height: 27px;
    border: none;
}
.addImageUrlButton {
    position: absolute;
        right: 90px;
     height: 40px;
      border: none;
    bottom: 10px;
        background: #fff;

}
.sendMessageButton {
    position: absolute;
    right: 10px;
    color: #fff;
    background: #111;
    width: 70px;
    border: none;
    height: 40px;
    bottom: 10px
}

html,input {
    font-family: helveticaneue-light,helvetica neue light,helvetica neue,Helvetica,Arial,lucida grande,sans-serif
}

html,body {
    height: 100%;
    margin: 0;
    padding: 0
}

ul {
    list-style: none;
    word-wrap: break-word
}
.message {
      margin-bottom: 10px;
}
.me {
    text-align: right;

}

.pages {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%
}

.page {
    height: 100%;
    position: absolute;
    width: 100%
}

.login.page {
    background-color: #000
}

.login.page .form {
    height: 100px;
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%
}

.login.page .form .usernameInput {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    outline: none;
    padding-bottom: 15px;
    text-align: center;
    width: 60%
}

.login.page .title {
    font-size: 200%
}

.login.page .usernameInput {
    font-size: 200%;
    letter-spacing: 3px
}

.login.page .title,.login.page .usernameInput {
    color: #fff;
    font-weight: 100
}

.chat.page {
    display: none
}

.messages {
    font-size: 100%
}

.inputMessage {
    font-size: 100%
}

.log {
    color: gray;
    font-size: 70%;
    margin: 5px;
    text-align: center
}

.chatArea {
    height: 100%;
    padding-bottom: 60px
}
.me .username {
    text-align: right;
}
.messages {
    height: 100%;
    margin: 0;
    overflow-y: scroll;
    padding: 10px 20px
}

.message.typing .messageBody {
    color: gray
}

.username {
    display: block;
    font-weight: 600;
     margin-bottom: 4px;
    overflow: hidden;
    padding-right: 0px;
    text-align: left
}

.inputMessage {
    border: 4px solid #eee;
    bottom: 0;
    height: 60px;
    left: 0;
    outline: none;
    padding-left: 10px;
    position: absolute;
    right: 0;
    width: 100%
}
