#parent {display: table;}
#child {
    display: table-cell;
    vertical-align: middle;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    text-align: left;
    font-weight: bold;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #008dd2;
    border-color: #008dd2;
    font-weight: bold;
}
.text-center {
    text-align: left;
}
.text-center1 {
    text-align: center;
}
li {
	list-style-type:none;
}
ul {
	padding-left: 8px;
}
#more {display: none;}

