@import url("./bootstrap/dist/css/bootstrap.css");
@import url("./now-ui-kit/now-ui-kit.css");
/*@import url("./flat-ui/css/flat-ui.css");*/

@font-face {
    font-family: 'Chalkboard';
    src: url('fonts/chalkboard.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Chalkboard SE';
    src: url('fonts/ChalkboardSE-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ChalkboardSE-Regular';
    src: url('fonts/ChalkboardSE-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ChalkboardSE-Bold';
    src: url('fonts/ChalkboardSE-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0px;
}

#container {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    overflow: scroll;
}

.msg-textarea {
    resize: none;
    background: none;
    border: none;
}

.msg-textarea:focus {
    outline: none !important;
    border: 0px;
    box-shadow: 0 0 0px;
}

.snFriends-input {
    resize: none;
    background: none;
    border: none;
    color: white;
}

.snFriends-input:focus {
    outline: none !important;
    border: 0px solid white;
    box-shadow: 0 0 0px;
}


