/* The Modal (background) */
  
  /* Modal Content/Box */
  .modal .modal-content {
	margin: 7% auto; /* 15% from the top and centered */
	border: 1px solid hsl(220, 93%, 6%);
	width: 80%; /* Could be more or less, depending on screen size */
  }

  .modal .modal-body{
	padding: 20px;
	text-align: left;
	height: 500px;
	overflow-y: scroll;
  }
  
  .modal-body .container{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
  }

  .versions-list li{
	list-style-type: circle !important;
  }