html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.no-shrink {
    display: flex;
}

.no-shrink img {
    flex-shrink: 0;
}

.navbar-logo {
    height: 45px;
}

.navbar-text {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}


.follow {
    float: right;
    margin-top: 15px;
}

.tableWithBorder {
    border: 1px solid #000000;
    border-collapse: collapse;
}

input {
    background-color: white;
}

.tableLeftInCvCalc{
    width: 600px;
}

.tableRightInCvCalc {
    width: 800px;
}