a:hover {
    cursor: pointer;
}

h1{
	padding-top: 2%;
	padding-bottom: 2%;
    text-align: center;
}

form{
    margin: auto;
}

.content th{
	text-align: center;
}

td{
	text-align: center;
}

/*div .table-responsive{
    padding-left: 0.5%;
    padding-right: 0.5%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}*/

footer {
    background: #343a40;
    padding: 40px;
    margin-top: 2%;
}
footer a {
    color: #f8f9fa!important
}

body {
    display: flex;
    flex-direction: column; /* creates rows out of the elements main and footer */
    height: 100vh; 
    margin:0;
  }
  
.content {
    flex: 1 0 auto; /* allows the content to grow but not shrink */
    padding-right: 7.5%;
    padding-left: 7.5%;
}

.bg-orange {
    background-color: #ff7f00;
    color: black;
} 

@media only screen and (max-width: 800px) {

    .choseStock{
    }

    .content{
        padding-right: 1.5%;
        padding-left: 1.5%;
    }
}