 {
  box-sizing: border-box;
}

body {
  font-weight: 400;
  background-color: #EEEFF4;
}

body,
html,
.App,
.vertical-center {
  width: 100%;
  height: 100%;
}

td.ratingcell{
    text-align: center;
    font-size: medium;
}

a.posterlink{
    display: inline-block;
}

a.hover:hover{
    transform: scale(2);
}

.hidden{
    display: none;
}

.sessionitem{
    display: inline-block;
    float: left;
}

img{
    width: 100%;
}

.thumbnail{
    display: inline-block;
    width: 50px;
    height: 75px;
    object-fit: cover;
}

.thumbail:hover{
    transform: scale(2);
}

.smallersize{
    width: 100px;
    height: auto;
}

.smallersizehght{
    width: 100px;
    height: 150px;
    object-fit: cover;
}

.smallsize{
    width: 125px;
    height: 190px;
    object-fit: cover;
}

.midsize{
    width: 200px;
    height: auto;
}

.midsize-fixed{
    width: 200px;
    height: 300px;
    object-fit: cover;
}


.largersize{
    height: 450px;
    width: 300px;
    object-fit: cover;
    padding: 30px;
}

.navbar {
  width: 100%;
}

.viewsessionrow{
    width: 80%;
}

.priornext{
    display: flex;
    justify-content: space-between;
}

.btn-outline-primary {
  border-color: #1833FF;
  color: #1833FF;
}

.btn-outline-primary:hover {
  background-color: #1833FF;
  color: #ffffff;
}

.vertical-center {
  display: flex;
  text-align: left;
  justify-content: center;
  flex-direction: column;
}

.sessionline{
    display: inline-block;
    width: 300px;
}

.inline{
    display: inline-block;
}

.sessionline{
    float: left;
}

.sidecolumn{
    vertical-align: middle;
    display: block;
    width: 50px;
}

#images-container {
}

.posterrow{
    height: 500px;
}

#big-image {
    position:absolute;
    bottom:0;
    left:0;
    z-index:0;
}
#small-image {
    position:absolute;
    bottom:0;
    left:0;
    z-index:1;
}

.inner-block {
  width: 450px;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 40px 55px 45px 55px;
  transition: all .3s;
  border-radius: 20px;
}

.nav
{
    padding: 10px 10px 20px 0px;
}

.nav .active
{
    color: yellow;
}

.vertical-center .form-control:focus {
  border-color: #2554FF;
  box-shadow: none;
}

.vertical-center h3 {
  text-align: center;
  margin: 0;
  line-height: 1;
  padding-bottom: 20px;
}

label {
  font-weight: 500;
}