.container-component {
  margin-top: 20px;
  margin-bottom: 0px;
}

.container-header {
  background-color: #a0a0a0;
  background-image: none;
}
.container-footer {
  background-color: #a0a0a0;
  background-image: none;
}

.container-sidebar-right {
	min-width: 300px;
    margin-right: auto;
  	margin-left: 50px;
    margin-top: 1em;
    margin-bottom: 1em;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}