#tag_update {
        display: block;
        border-left: 1px solid #373737;
        border-right: 1px solid #373737;
        border-bottom: 1px solid #373737;
        position:fixed;
        z-index:1;
}

.table2 {
    font-size: 25px;
}

#galeh {
    margin: 10px;
}

.custom3:hover {
    cursor: pointer;
}

.edito {
    width: 20px;
    height: 20px;
    padding: 0px;
    position: absolute;
}

#edito1 {
    top: 5px;
    right: 5px;
}

#edito2 {
    top: 5px;
    right: 30px;
}

#edito3 {
    top: 30px;
    right: 5px;
}

#submit_d {
    position: absolute;
    top: 150px;
    right: 250px;
    width: 100px;
}

.other-day-btn {
    position: absolute;
    top: 218px;
    right: 250px;
    width: 112px;
}

#submitq  {
    position: absolute;
    top: 150px;
    right: 100px;
    width: 100px;
}

#add-item {
    position: absolute;
    top: 300px;
    left: 180px;
}

#dele-item {
    position: absolute;
    top: 340px;
    left: 180px;
}

table {
    height: 830px;
}

.table2
{
    height: 830px;
}

#tag_update ul {
        margin: 0;
        padding: 0;
        list-style: none;
}
#tag_update li{
        display:block;
        clear:both;
}
#tag_update a {
        width:134px;
        display: block;
        text-decoration: none;
        color: #fff;
        background-color: #1B1B1C;
        /*text-align: left;*/
}
#tag_update a:hover{
        color: #fff;
        background-color: #373737;
        background-image: none;
}


#ul-list li a:hover {
        background-color: red;
        color: #FFF !important;
}

#ul-list li a {
        background-color: rgb(250, 250, 250);
        color: #111 !important;
        transition: background-color 0.5s;
}

#ul-list {
        border: 1px solid;
        margin-left: 200px;
        margin-right: 200px;
        border-radius: 5px;
        margin-bottom: 10px;
}

table {
        width: 65%;
        margin: auto;
        padding: 2px;
}

.tr {
        font-weight: bolder;
        color: #111;
        background-color: #DDD;
}

body {
        font-size: 25px;
        text-align: center;
}
