/*
  Sidebar: Right
*/


#container {
  display: flex;
}

#content {
  flex: 1;
  padding-right: 0.50rem;
  margin-right: 0.50rem;
}

aside#sidebar {
  width : 300px;
}

/*
.widget-container {
  margin-bottom: 1rem;
}
*/

@media only screen and (max-width: 768px) {
  #container {
    display: block;
  }
}

/* === [ FIN: CSRTech_SimplexSecWeb_Theme                               ] === */
/* === [ (c) 2022 CSR Tech Concepts Inc All Rights Reserved.            ] === */
