.tt-menu {
    background-color: white;
    box-shadow: black 5px 5px 5px;
}

.tm-ta-a {
  position: relative;
  min-height: 100px;
  padding: 0 15px 0 0;
}

.tt-dataset-tags-list .tm-ta-a {
    min-height: 0;
}

.tm-ta-hashtag {
    position: absolute;
    top: 12px;
    left: 30px;
    font-size: 40px;
}

.tm-ta-img {
    position: absolute;
    top: 8px;
    left: 8px;
    border-radius: 8px;
    border: solid #aaa 1px;
    box-shadow: 3px 3px 5px black;
}

.tm-ta-img img {
    border-radius: 8px;
}

.tm-ta-img:before {

}

.tm-ta-header {
    margin: 0;
    padding: 10px;
    background-color: #0c3562;
    color: white;
}

.tm-ta-content {
    padding-left: 110px;
}

.tt-dataset-tests-list .tm-ta-content h3 {
    line-height: 1;
    margin-top: 10px;
    font-size: 20px;
    color: #0c3562;
}

.tt-dataset-tags-list .tm-ta-content h2 {
    margin-top: 5px;
    margin-bottom: 0;
}

.tm-ta-content p {
    font-size: 12px;
    color: #444;
}

.tt-dataset {

    margin-top: 0;
}

.tt-dataset .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.tt-dataset  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
