table{
	border-top: 1px solid #ccc !important;
	border-left: 1px solid #ccc !important;
	background: #fff;
	margin-bottom: 40px;
}

body{
	background: #fff !important;
}


body>div>div{
	padding: inherit !important;
}
.sheetTab{
	padding: 0 10px;
	background-color: #f5f5f5 !important;
}

td {
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
}

/* .sheetTab button {
    background-color: #fff;
    color: #00af57;
    height: 100%;
    width: 80px;
    border: none;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12), 0 0 6px 0 rgba(0,0,0,.04);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
} */
.sheetTab button {
    background-color: #e6e3e3;
    color: #444;
    height: 100%;
    width: 80px;
    border: none;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12), 0 0 6px 0 rgba(0,0,0,.04);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 550;
}
*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

*::-webkit-scrollbar-track {
    background-color: #FBFCFC;
    border: 1px solid transparent;
    border-left: 1px solid #FBFCFC;
    border-radius: 2px;
}

*::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-left: 1px solid #c1c1c1;
    border-radius: 5px;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #c1c1c1;
}

.contact_content_wrapper::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.contact_content_wrapper::-webkit-scrollbar-track {
    background-color: #FBFCFC;
    border: 1px solid transparent;
    border-left: 1px solid #FBFCFC;
    border-radius: 2px;
}

.contact_content_wrapper::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-left: 1px solid #c1c1c1;
    border-radius: 5px;
}

.contact_content_wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #c1c1c1;
}