.panel-group {
    margin-bottom: 20px;
    max-width: 1100px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
 .panel-heading {
    border-color: #ddd;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

}
.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-default > .panel-heading {
    background: #2f3f63 !important;
    color: white !important;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.panel-body {
    padding: 5px;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

p {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.5em;
    color: inherit;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit;
}

[role="button"] {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #333;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.facBox {
     background: #10ffde;
    padding: 14px;
    font-size: 14px;
    margin: 8px 0px;
 
    box-shadow: -4px 5px 4px 0px #07527de8;
    border-radius: 1px 72px 0px 64px;
    border-bottom-left-radius: -12px;
    /* border-top-right-radius: 25px; */
}


.facImg img {
    height: 150px;
    margin: 0px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border: 0;
}
.facName {
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    padding: 6px 10px;
    background: #47a7c7;
    width: 132px;
    margin: 10px auto;
    border-radius: 30px;
    border: solid 0px white;
}

.col-sm-3  {
    position: relative;
    min-height: 1px;
}

b, strong {
    font-weight: bold;
}

body p {
    margin: 0 !important;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #EEEDE7;
    margin: 0;
}
.collapse.in {
    display: block;
}