body {
		background-color:#cccccc;
	}

	table {
		border:none;
		border-collapse: collapse;
	}

	th,
	td {
		border:none;
	}
	.center{
		margin-left: auto;
		margin-right: auto;
	}
	
	.button {
		background-color: gray;
		color: white;
		text-align: center;
		display: inline-block;
		cursor: pointer;
		font-size: 14px;
		font-weight: bolder;
		min-width: 230px;
		min-height:30px;
		
	}


	.button2 {
		background-color: gray;
		color: white;
		text-align: center;
		display: inline-block;
		cursor: pointer;
		font-size: 14px;
		font-weight: bolder;
		width: 100px;
		height:40px;
		margin-left: auto;
		margin-right: auto;
		
	}
	
	.buttoncell{
		width: 255px;
		height:35px;
		font-size: 12px;
		font-family: verdana;
	}
	        .arrow0 {
          border: solid black;
          border-width: 0 10px 10px 0;
          display: inline-block;
          padding: 10px;
        }
        
        .right0 {
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
        }
        
        .left0 {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
        }

        /* The Modal (background) */
        .modal {
          display: none; /* Hidden by default */
          position: fixed; /* Stay in place */
          z-index: 1; /* Sit on top */
          padding-top: 100px; /* Location of the box */
          left: 0;
          top: 0;
          width: 100%; /* Full width */
          height: 100%; /* Full height */
          overflow: auto; /* Enable scroll if needed */
          background-color: rgb(0,0,0); /* Fallback color */
          background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
        }
        
        /* Modal Content */
        .modal-content {
          background-color: #fefefe;
          margin: auto;
          padding: 20px;
          border: 1px solid #888;
          width: 80%;
        }
        
        /* The Close Button */
        .close {
          color: #aaaaaa;
          float: right;
          font-size: 28px;
          font-weight: bold;
        }
        
        .close:hover,
        .close:focus {
          color: #000;
          text-decoration: none;
          cursor: pointer;
        }
	.container{
		position: relative;
	}

	.text-block1 {
	  position: absolute;
	  top: 20px;
	  right: 10%;
	  background-color: black;
	  color: white;
	  padding-left: 20px;
	  padding-right: 20px;
	}
	
	.text-block2 {
	  position: absolute;
	  top: 300px;
	  left: 5%;
	  background-color: black;
	  color: white;
	  padding-left: 20px;
	  padding-right: 20px;
	}
	
	.text-block3 {
	  position: absolute;
	  top: 600px;
	  left: 12%;
	  background-color: black;
	  color: white;
	  padding-left: 20px;
	  padding-right: 20px;
	}