.navbar-brand {
  font-family: 'RocknRoll', cursive;
}

.text-center {
  text-align: center;
}

.float-container {
    vertical-align: bottom
}

.float-child {
    width: 40%;
    float: left;
    position: relative;
    bottom: 0;
    left: 0;
}

.float-child_1 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.finviz-image {
  position: relative;
  vertical-align: middle!important;
}

.finviz-image span {
  position: absolute;
  bottom: 150px;
  left: 70px;
  transform: translateY(100%);
  display: none;
  background: white;
  z-index: 20;
  min-width: 324px;
  border: 2px solid black;
}

.finviz-image:hover span {
  display: inline-block;
}

.sortable thead {
    cursor: pointer;
}

#block_container
{
    display: flex;
    width: 70%;
    margin-bottom: 5px;
}
#bloc1
{
    flex: 1;
}
#bloc2
{
    vertical-align: middle;
}