aside {
  //right:50px;
  margin-top:0px;
  max-width:27.977%;
  height:auto;
  box-sizing: border-box;
  //max-width: 310px;
  padding-left: 10px;
  //padding-right:100%;
  margin-left: 0px;
  //display:block;
  display: inline-block;
  float: right;
  //font-style: italic;
  //background-color: #ebebeb;
  //background:#eeeeee;
  background: linear-gradient(to bottom, #ebebeb 0%, white 100%);
}

aside p {
margin-right:10px;
}

@media screen and (max-width: 800px) {
  aside {
    float:none;
    padding-left:0px;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
    box-sizing: border-box;
    width:100%;
    max-width:850px;
 }

}

.widget-box {
//border: solid 2px black;
padding-top:20px;
//padding-bottom:10px;
margin-bottom: 30px;
//margin-right:20px;
//background-color: #ebebeb;
//background:white;
background:#ffffff00
}

.widget-box img {
  
display:block;
//max-width:100% !important;
}

@media screen and (max-width: 800px) {
  .widget-box {
   margin-left:0px;
  }
  .widget-box img {
  max-width:60% !important;
  }
}


@media screen and (max-width: 800px) {
  .widget-top {
   display:none;
   margin-top:20px;
  }
}

.widget-bottom {
display:block;
max-width:100%;
margin-top:10px;
margin-left:auto;
margin-right:auto;
}

@media screen and (min-width: 800px) {
  .widget-bottom {
   display:none;
  }
}

