body {
	/*background-color: gray;*/
	font-size: 130%;
}

/********** Base styles **********/
* {
  box-sizing: border-box;
  /*position:relative;*/
}
h1 {
  margin-bottom: 15px;
  color: black;
  text-align: center;
}
h3 {
  margin-bottom: 5px;
  color: white;
  font-family: Helvetica;
}
ul { 
    margin-right: auto;
    margin-left: auto;
    font-family: Helvetica;
    color: white;
}

p {
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  font-family: Helvetica;
  color: white;
  overflow: auto;
}
.box {
	float: top;
  	border: 1px solid black;
  	background-color: green;
  	margin: 0;
  	color: white;
  	width: 45%;
  	text-align: center;
  	position: absolute;
    top: 0;
    right: 0;
}

/* Simple Responsive Framework. */
.row {
  width: 100%;
}
/********** Large devices only **********/
@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
    border: 1px solid black;
    background-color: #A52A2A;
    position: relative;
    margin: 0.5%;
    height: 400px;
    overflow: auto;
  }
  .col-lg-1 {
    /*width: 8.33%;*/
    width: 6.86%;
  }
  .col-lg-2 {
    /*width: 16.66%;*/
    width: 15.33%; 
  }
  .col-lg-3 {
    /*width: 25%;*/
    width: 23.8%;
  }
  .col-lg-4 {
    /*width: 33.33%;*/
    width: 32.26%; 
  }
  .col-lg-5 {
    /*width: 41.66%;*/
    width: 40.73%;
  }
  .col-lg-6 {
    /*width: 50%;*/
    width: 49.2%; 
  }
  .col-lg-7 {
    /*width: 58.33%;*/
    width: 57.66%; 
  }
  .col-lg-8 {
    /*width: 66.66%;*/
    width: 66.13%;
  }
  .col-lg-9 {
    /*width: 74.99%;*/
    width: 74.6%;
  }
  .col-lg-10 {
    /*width: 83.33%;*/
    width: 83.06%;
  }
  .col-lg-11 {
    /*width: 91.66%;*/
    width: 91.53%;
  }
  .col-lg-12 {
    width: 100%;
  }
}

/********** Tablet devices only **********/
@media (min-width: 768px) and (max-width: 991px) {
  .col-td-1, .col-td-2, .col-td-3, .col-td-4, .col-td-5, .col-td-6, .col-td-7, .col-td-8, .col-td-9, .col-td-10, .col-td-11, .col-td-12 {
    float: left;
    border: 1px solid black;
    background-color: #A52A2A;
    position: relative;
    margin: 0.40%;
    height: 400px;
    overflow: auto;
  }
  .col-td-1 {
    /*width: 8.33%;*/
    width: 6.86%;
  }
  .col-td-2 {
    /*width: 16.66%;*/
    width: 15.33%; 
  }
  .col-td-3 {
    /*width: 25%;*/
    width: 23.8%;
  }
  .col-td-4 {
    /*width: 33.33%;*/
    width: 32.26%; 
  }
  .col-td-5 {
    /*width: 41.66%;*/
    width: 40.73%;
  }
  .col-td-6 {
    /*width: 50%;*/
    width: 49.2%; 
  }
  .col-td-7 {
    /*width: 58.33%;*/
    width: 57.66%; 
  }
  .col-td-8 {
    /*width: 66.66%;*/
    width: 66.13%;
  }
  .col-td-9 {
    /*width: 74.99%;*/
    width: 74.6%;
  }
  .col-td-10 {
    /*width: 83.33%;*/
    width: 83.06%;
  }
  .col-td-11 {
    /*width: 91.66%;*/
    width: 91.53%;
  }
  .col-td-12 {
    width: 100%;
  }
}

/********** Mobile devices only **********/
@media (max-width: 767px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
    border: 1px solid black;
    background-color: #A52A2A;
    position: relative;
    margin: 0.5%;
    height: 400px;
    overflow: auto;
  }
  .col-md-1 {
    /*width: 8.33%;*/
    width: 6.86%;
  }
  .col-md-2 {
    /*width: 16.66%;*/
    width: 15.33%; 
  }
  .col-md-3 {
    /*width: 25%;*/
    width: 23.8%;
  }
  .col-md-4 {
    /*width: 33.33%;*/
    width: 32.26%; 
  }
  .col-md-5 {
    /*width: 41.66%;*/
    width: 40.73%;
  }
  .col-md-6 {
    /*width: 50%;*/
    width: 49.2%; 
  }
  .col-md-7 {
    /*width: 58.33%;*/
    width: 57.66%; 
  }
  .col-md-8 {
    /*width: 66.66%;*/
    width: 66.13%;
  }
  .col-md-9 {
    /*width: 74.99%;*/
    width: 74.6%;
  }
  .col-md-10 {
    /*width: 83.33%;*/
    width: 83.06%;
  }
  .col-md-11 {
    /*width: 91.66%;*/
    width: 91.53%;
  }
  .col-md-12 {
    width: 100%;
  }
}