.schedule td {border:1px solid}


footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

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

.card-image-fake{
    background-color:red;
    height:400px;
    width:100%;
}

.card{
    min-width:500px;
}

.footer{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    border-top: 1px solid rgba(0,0,0,.1);
    width: 100%;
    background-color: rgba(0,0,0,.03);
}

.card-link{
    float:right;
    margin:20px;
}

.hiddenRow{
    padding:0 !important;
}

.accordian-body{
    padding:15px;
    
}

.rotate{
    transform:rotate(180deg);
}

.form-control{
    margin-bottom:10px;
}

.nav-container{
    display:flex;
    margin:0px 30px;
}

.nav-link{
    color:white;
    outline:none !important;
    border:none;
}

.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}

.iround {
  border-radius: 5px;
  height:80px;
  overflow:hidden;
    
}