.block-update-card {
    height: 10%;
    border: 1px #FFFFFF solid;
    width: 100%;
    float: left;
    margin-left: 10px;
    margin-top: 5%;
    padding: 0;
    box-shadow: 1px 1px 8px #d8d8d8;
    background-color: #FFFFFF;
  }
  .block-update-card .h-status {
    width: 100%;
    height: 7px;
    background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px);
  }
  .block-update-card .v-status {
    width: 5px;
    height: 80px;
    float: left;
    margin-right: 5px;
    background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px);
  }
  .block-update-card .update-card-MDimentions {
    width: 80px;
    height: 80px;
  }
  .block-update-card .update-card-body {
    margin-top: 10px;
    margin-left: 5px;
  }
  .block-update-card .update-card-body h4 {
    color: #737373;
    font-weight: bold;
    font-size: 13px;
  }
  .block-update-card .update-card-body p {
    color: #737373;
    font-size: 12px;
  }
  .block-update-card .card-action-pellet {
    padding: 5px;
  }
  .block-update-card .card-action-pellet div {
    margin-right: 10px;
    font-size: 15px;
    cursor: pointer;
    color: #dddddd;
  }
  .block-update-card .card-action-pellet div:hover {
    color: #999999;
  }
  .block-update-card .card-bottom-status {
    color: #a9a9aa;
    font-weight: bold;
    font-size: 14px;
    border-top: #e0e0e0 1px solid;
    padding-top: 5px;
    margin: 0px;
  }
  .block-update-card .card-bottom-status:hover {
    background-color: #dd4b39;
    color: #FFFFFF;
    cursor: pointer;
  }

#card-parker,#card-parker-2,#card-parker-3,#card-parker-4,#card-osiris, #card-osiris-2{
	visibility: hidden;
}

#card-parker.card-body::after,
#card-parker-2.card-body::after,
#card-parker.card-body-3::after,
#card-parker.card-body-4::after,
#card-osiris.card-body::after,
#card-osiris.card-body-2::after{
	position:absolute;
}

#card-parker.show,
#card-parker-2.show,
#card-parker-3.show,
#card-parker-4.show,
#card-osiris.show,
#card-osiris-2.show{
	visibility: visible;
  	-webkit-animation: fadeIn 1s;
  	animation: fadeIn 1s;
}


.card-body{
	color:white;
}
  
  /*
  Creating a block for social media buttons
  */
  .card-body-social {
    font-size: 30px;
    margin-top: 10px;
  }
  .card-body-social .git {
    color: black;
    cursor: pointer;
    margin-left: 10px;
  }
  .card-body-social .twitter {
    color: #19C4FF;
    cursor: pointer;
    margin-left: 10px;
  }
  .card-body-social .google-plus {
    color: #DD4B39;
    cursor: pointer;
    margin-left: 10px;
  }
  .card-body-social .facebook {
    color: #49649F;
    cursor: pointer;
    margin-left: 10px;
  }
  .card-body-social .linkedin {
    color: #007BB6;
    cursor: pointer;
    margin-left: 10px;
  }
  
  .music-card {
    background-color: green;
  }

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px none; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #606060; 
  border-radius: 50px;
	height: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #BFBBBB; 
}
  