*{
    padding: 0;
    margin: 0;
}

table{
    width: 100%;
}
td{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
}

img{
    height: 100px;
}

.category{
    margin-bottom: 10px;
}

#newcat{
    margin-bottom: 10px;
}

.catsave{
    margin-left: 5px;
    margin-right: 50px;
}

.col-md-4 .panel-default{
    background-color: #ebebff;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #e8ebf2 !important;
    box-shadow: 0 14px 26px -12px #e6e9f0, 0 4px 23px 0px transparent, 0 8px 10px -5px rgba(228,232,240,0.5);
}

.col-md-4 .panel-heading{
    background-color: #dcdcf5;
}

button{
    padding: 5px;
}

body {
    background: linear-gradient(315deg, #e8ecf3, #eef0f4);
    padding: 30px 30px 0;
}

.container-fluid {
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 30px;
    position:relative;
}

h1 {
    margin-top: 0;
    font-size: 25px;
}

#edit-desc {
    width: 100%!important;
    min-width:100%!important;
    min-height: 200px!important;
}

.gooey {
    background-image: linear-gradient(120deg, #494dab 0%, #9f63c5 100%);
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    width: 350px;
    height: 344px;
    animation: morph 10s linear infinite;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    will-change: border-radius;
    position: absolute;
    left: -100px;
    top: -130px;
}

.gooey:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    box-shadow: 5px 5px 89px rgba(73,77,171,0.21);
    will-change: border-radius, transform, opacity;
    animation-delay: 200ms;
    background-image: linear-gradient(120deg, rgba(73,77,171,0.55) 0%, rgba(159,99,197,0.89) 100%);
}

.gooey:before {
    animation: morph 3s linear infinite;
    opacity: .21;
    animation-duration: 1.5s;
}

@keyframes morph {
  0%,100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg); }
  50% {
    opacity: .89;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg); } }