.col-md-8 {
    width: 72%;
}

.row {
    width: 120%;
    margin: 0 auto;
    margin-left: -120px;
}

div.content {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 20px 20px 40px 30px;
}

hr {
    height: 2px;
    background: #2F6575;
    margin-top: 10px;
}

ul.nav-tabs {
    margin-top: 40px;

}

table {
    width: 100%;
    margin-bottom: 20px;
}

table tr th {
    padding-bottom: 20px;
}

table tr td.content {
    text-align: justify;
}

img,
embed {
    width: 100%;
}

table tr th h3,
h4 {
    color: #2F6575;
    font-weight: bold;
    text-align: left;
}

table tr td.content a {
    background-color: #2F6575;
    color: #ffffff;
}

.nav-tabs li {
    font-weight: bold;
}

.nav-tabs li a {
    font-size: 14px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #ffffff;
    cursor: default;
    background-color: #2F6575;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

#gotop {
    width: 30px;
    height: 30px;
    text-align: center;
    position: fixed;
    right: 30px;
    bottom: 80px;

}