.vertical-center-table {
    min-height: 100%;
    height: 100%;
    width: 100%;
}

.center-table-top-margin {
    /* height: 25%; */
}

.content-vertical-center {
    height: 380px;
    /* outline: #eee solid 1px; */
}

.circles-wrapper-margin-left {
    width: 7%;
}

.circles-wrapper {
    width: 380px;
    position: relative;
}

.text-margin-left {
    width: 7%;
}

.maintext {
    width: 40%;
}

.maintext .panel {
    height: 100%;
    margin-bottom: 0;
}

.maintext .panel-heading {
    font-size: 18px;
    font-weight: bold;
    background-image: linear-gradient(to bottom, #36b71d 0, #298b16 100%);
}

.maintext .panel-circles {
    margin: 10px 15px 0 0;
}

.circle {
    width: 50px;
    height: 50px;
    border-width: 4px;
    border-radius: 25px;
    border-style: solid;
    position: absolute;
    font-size: 25px;
    box-sizing: border-box;
    padding-top: 7px;
    text-align: center;
    color: #fff;
}

.circle-mini {
    float: left;
    margin-left: 15px;
    width: 50px;
    height: 50px;
    border-width: 4px;
    border-radius: 25px;
    border-style: solid;
    font-size: 25px;
    box-sizing: border-box;
    padding-top: 7px;
    text-align: center;
    color: #fff;
}

.circle-main {
    top: 100px;
    left: 100px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 4px solid #36b71d;
    color: #36b71d;
    font-size: 50px;
    box-sizing: border-box;
    padding-top: 17px;
    text-align: center;
    background-color: #e5f9e2;
}

.circle-trigger {
    top: 125px;
    left: 125px;
    z-index: -50;
    cursor: pointer;
}

.circle-1 {
    border-color: #f3aa0c;
    background-color: #f4dba5;
}

.circle-2 {
    border-color: #eeec20;
    background-color: #f5f6d7;
}

.circle-3 {
    border-color: #20ee8a;
    background-color: #d7f6ea;
}

.circle-4 {
    border-color: #5a20ee;
    background-color: #dfd7f6;
}

.circle-5 {
    border-color: #ee2020;
    background-color: #f9e2e2;
}

.circle-mini {
    position: relative;
}

.circle-mini .circle-remove {
    display: block;
    width: 100%;
    height: 100%;
    color: red;
    font-family: "Comic Sans MS";
    font-weight: bold;
    font-size: 34px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20000;
    line-height: 40px;
    opacity: 0;
    cursor: pointer;
}

.circle-mini .circle-remove:hover {
    opacity: 1;
}

.panel-heading {
    display: none;
}

#circle-0-heading {
    display: block;
}

.panel-body {
    display: none;
}

#circle-0-text {
    display: block;
}