.container {
    text-align: center;
}

.content {

}

hr {
    margin: 0px;
}

.card-types-container {
    text-align: right;
}

.card-types-input {
    text-align: right;
}

.titles {
    text-align: center;
    margin: 0px;
}

.probability-input {
    margin-top: auto;
    margin-bottom: auto;
}

.number-input {
    text-align: center;
    padding: 1px;
}

.calculate-button-panel {
    text-align: right;
}

.example-well {
    margin-top: 10px;
    padding: 2px;
}

th {
    text-align: center;
}

.table {
    margin-bottom: 0px;
}

.text-center {
    display:flex;
    justify-content:center;
    align-items:center;
}

.panel > .panel-heading {
    background-image: none;
    background-color: black;
    color: white;

}

a { color: white; }

.btn-primary { background-color: black; 
    margin-bottom: 50px; 
}

.example-well {background-image: none;
    background-color: black;
    color: white;

}
