.about h2 {
    margin: 40px 0 10px;
    color: #085B8C;
    font-size: 1.7em;
    line-height: 150%;
}
.about h3 {
    margin: 20px 0px 10px;
    line-height: 150%;
}
.about h4 {
    color: #63a7cf;
}
.about p {
    line-height: 150%;
    margin-bottom: 10px;
}
.about p.box-text {
    line-height: normal;
    margin-bottom: 0;
}
.about li {
    line-height: 18px;
    margin-bottom: 5px;
}
.about .destacado {
    font-size: 16px;
}
.about .thumbnail {
    background: #f9fafa;
}
.about .thumbnail:hover {
    background: #d9ebfb;
}
.about .thumbnail a:hover {
    text-decoration: none;
}
.about .thumbnail img {
    border: 1px solid #ddd;
}
.about ul.nav-tabs > li {
    margin-bottom: -1px;
}
.about .tab-pane {
    padding-top: 0px;
}
.about .nav-tabs > li > a {
    font-size: 20px;
}
.about .linkpopover {
    cursor: help;
}
.about table.icon td {
    padding: 10px;
}
.follow-link {
    border-radius: 3px;
    border: 1px solid #0d8bf2;
    background-color: #f5feff;
    width: 100%;
    padding: 14px 10px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.about-screenshot {
    background-color: #f5f5dc;
    padding: 20px 50px;
    margin: 10px 80px;
}
.about-screenshot:before {
    content: "this will be an IMG ";
    color: black;
    font-weight: bold;
}

.quick-start-cases > div {
    padding: 30px 70px;
    border-radius: 5px;
    border: 1px solid #DFDFDF;
    margin-top: 50px;
    cursor: pointer;
    opacity: 0.5;
}

.quick-start-cases > div.selected {
    border-color: #BABADF;
    opacity: 1;
}

.quick-start-cases > div > img {
    height: 150px;
}
.border {
    border: 1px solid #eee;
}
.border-right {
    border-right: 1px solid #eee;
}
.border-left {
    border-left: 1px solid #eee;
}
.mbt {
    margin-top: 20px;
    margin-bottom: 50px;
}
.mh76 {
    min-height: 76px;
}
.mh85 {
    min-height: 85px;
}
h4.panel-title {
    color: #085B8C;
}
div.svg {
    margin-top: 30px;
}
