#custom_resources_wrap
{
  width: auto;
  position: relative;
}

#custom_resources_wrap img,
#custom_resources_wrap a
{
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

#custom_resources_wrap .body-wrap
{
  width: auto;
  margin-right: 220px;
  border-right: solid 1px #ccc;
  padding-right: 20px;
}

#custom_resources_wrap .sidebar-wrap
{
  position: fixed;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 20px;
  width: 200px;
  margin: 0;
  padding: 0;
}

#custom_resources_wrap .sidebar-container
{
  margin: 10px 0;
}

#custom_resources_wrap .sidebar-container img
{
  width: 100%;
}

#custom_resources_wrap .sidebar-container h3
{
  background: #fff none;
  padding: 5px 10px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}

#custom_resources_wrap .sidebar-container.sidebar-author
{
  margin-bottom: 20px;
}

#custom_resources_wrap .sidebar-container.sidebar-author h3
{
  background-color: transparent;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
  font-size: 12px;
}

#custom_resources_wrap .sidebar-about .sidebar-content
{
  text-align: justify;
}

#custom_resources_wrap .sidebar-container ul
{
  list-style-type: disc;
  margin-left: 15px;
}

#custom_resources_wrap .form-table
{
  clear: none;
}

#custom_resources_wrap textarea
{
  width: 100%;
  min-height: 150px;
  resize: vertical;
  font-family: monospace;
  font-weight: bold;
}

#custom_resources_wrap th
{
  white-space: nowrap;
}

#custom_resources_wrap .absolute-links th,
#custom_resources_wrap .absolute-links td
{
  padding-bottom: 0;
}
