table, tr, th, td {
    padding: 0;
    margin: 0;
}
h2 {
    color: red;
}
ul, li, textarea, input {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input {
    outline: none;
}

.editTips {
    padding: 5px 0;
    border-radius: 0 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    max-height: auto;
    margin: 0;
    z-index: 9999;
}

    .editTips li {
        text-align: left;
        box-sizing: border-box;
        display: block;
        width: 100%;
        line-height: 1.42857143;
        margin: 1px 0;
        padding: 6px 11px;
        color: #333;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 400;
        line-height: 1.42857143;
        border-bottom: solid 1px #e5e5e5;
        background: #e5e5e5;
    }

        .editTips li:last-child {
            border-bottom: none;
        }

.active {
    background: #fee188 !important;
}

.editTips li.active {
    background: #fee188 !important;
    word-break: break-all;
}
#test {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
    width: 800px;
    height: 100px;
    margin-top: 10px;
    margin-left: 10px;
}
#Searchtest {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
    width: 600px;
    height: 200px;
    margin-top: 10px;
    margin-left: 10px;
}
#test2 {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
    width: 800px;
    height: 100px;
    margin-top: 10px;
    margin-left: 10px;
}
#getWhere {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
    width: 800px;
    height: 50px;
    margin-top: 10px;
    margin-left: 10px;
}
#mergeCellTextArea {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
    width: 700px;
    height: 50px;
    margin-top: 10px;
    margin-left: 10px;
}
#express {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
    width: 800px;
    height: 200px;
    margin-top: 10px;
    margin-left: 10px;
}
#ans {
    white-space: pre-wrap;
    word-wrap: break-word;
    width: 800px;
}
#ans2 {
    white-space: pre-wrap;
    word-wrap: break-word;
    width: 800px;
}

#ans3 {
    white-space: pre-wrap;
    word-wrap: break-word;
    width: 800px;
}
#MergeCellInfo {
    white-space: pre-wrap;
    word-wrap: break-word;
    width: 800px;
}
#mergeCellTextAreaErrMsgDiv {
    white-space: pre-wrap;
    word-wrap: break-word;
    width: 700px;
}
#SheetNameDiv {
    white-space: pre-wrap;
    word-wrap: break-word;
    width: 800px;
}
.box1 {
    height: 25em;
    width: 20em;
    background: rgb(255, 128, 0);
    background: -moz-linear-gradient(0deg, yellow, red);
    background: -o-linear-gradient(0deg, yellow, red);
    background: -webkit-linear-gradient(0deg, yellow, red);
    background: linear-gradient(90deg, yellow, red);
    float: left;
}

h1 {
    color: #2C3E50;
}



button {
    padding: .3em .8em;
    border: 1px solid rgba(0,0,0,.1);
    background: #58a linear-gradient(hsla(0,0%,100%,.2),transparent);
    border-radius: .2em;
    box-shadow: 0 .05em .25em rgba(0,0,0,.5);
    color: white;
    text-shadow: 0 -.05em .05em rgba(0,0,0,.5);
    font-size: 125%;
    line-height: 1.5;
}

    button.ok {
        background-color: #6b0;
    }

    button.cancel {
        background-color: #c00;
    }





@keyframes ants {
    to {
        background-position: 100%
    }
}



.linear {
    /*background-image: linear-gradient(to top, #00e4ff,#03a189);*/
    // background-color: #D0D0D0;
    background-color: #FAFAFA;
    background-image: linear-gradient(335deg, #E5F4F4 23px, transparent 23px), linear-gradient(155deg, #F4F4F4 23px, transparent 23px), linear-gradient(335deg, #F4F4F4 23px, transparent 23px), linear-gradient(155deg, #F4F4F4 23px, transparent 23px);
    background-size: 58px 58px;
    background-position: 0px 2px, 4px 35px, 29px 31px, 34px 6px;
}