.btn {
    margin: 1px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
input[type='checkbox'] {
    margin-right: 5px;
}

#mynetwork {
width: 600px;
height: 600px;
border: 1px solid lightgray;
}
#mynetwork p {
max-width: 40px;
}

ul {
    list-style-type: none;
}

ul ul {
    list-style-type: dot;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
}

.wmd-input{
    background-color:white;
}
.wmd-button-bar {
    width: 100%;
    background-color: white;
}
.wmd-panel {
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
}

dd {
    margin-bottom:0;
}
dt.text-muted {
    font-size: 0.8rem;
}

dd.text-muted {
    font-size: 0.8rem;
}

.pricing-header {
    max-width: 700px;
}

.card-deck .card {
    min-width: 220px;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 35px !important;
}