﻿body, html {
    width: 100%;
    height: 100%;
    padding:0!important;
}
.content-inner::-webkit-scrollbar {
    display: none;
}
.content-inner {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.page-content::-webkit-scrollbar {
    display: none;
}
.page-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.table td, .table th {
    vertical-align: middle;
}
.fa-star {
    color:#ccc;
}
.checked {
    color: orange;
}
th {
    border-top: 0px !important;
}

  

.btn.btn-xs {
    padding: .1rem .8rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.noteArea {
    width: 100%;
    background: url('../img/notpad-bg.jpg');
    margin-bottom: 10px;
    color:#333;
}

.noteArea .note {
    padding-left: 6rem;
    font-size: 16px;
    line-height: 48px;
    position: relative;
}

.noteArea .note p {
    margin-bottom: 0;
}