    #text_outer{
	    height: 100%;
	    width: 580px;
	    color: #000;
	    float: left;
	    font-size: 18px;
	  }
    
    #text_container{
	    margin: 0;
	    height: calc(100% - 6px);
	    width: calc(100% - 6px);
	    background: white;
	    border-radius: 10px;
	    border: 3px solid #c0c5ce;
	    -moz-box-shadow: 0 0 2px #000;
      -webkit-box-shadow: 0 0 2px #000;
      box-shadow: 0 0 5px #000;
	  }
	  
    #text_header{
      position: relative;
      padding: 20px;
      height: 80px;
      width: calc(100% - 40px);
      border-bottom: 2px solid #c0c5ce;
    }
    
    #text_logo{
      height: 80px;
      width: 80px;
      border-radius: 14px;
      background-image: url("../img/logos/benchmark_logo.png");
      background-size: 100%;
      float: left;
    }
    
    #text_name{
      height: 80px;
      margin-left: 10px;
      float: left;
    }
    
    #text_name_B {
      position: relative;
      height: 40px;
      line-height: 60px;
      font-size: 30px;
      margin-bottom: 10px;
    }
    
    #text_name_M{
      position: relative;
      height: 18px;
      line-height: 18px;
      padding-left: 2px;
      margin-top: 8px;
      font-weight: lighter;
      font-size: 16px;
    }
    
    #my_name{
      text-decoration: none;
      transition: color 0.2s;
      color: #000;
    }
    
    #my_name:hover{
      color: #c0c5ce;
    }
    
    #text_body{
      padding: 20px 10px;
      -moz-box-shadow: inset 0 0 10px #c0c5ce;
      -webkit-box-shadow: inset 0 0 10px #c0c5ce;
      box-shadow: inset 0 0 10px #c0c5ce;
    }
    
    .text_section{
      position: relative;
      min-height: 50px;
      padding: 5px;
      line-height: 50px;
    }
    
    .text_bullet{
      margin: 5px;
      height: 38px;
      width: 38px;
      float: left;
      border-style: solid;
      border-width: 1px;
      border-radius: 20px;
      border-color: #c0c5ce;
      color: #fff;
      transition: background-color 0.5s, border 0.5s;
      box-shadow: 0 0 5px #c0c5ce;
      background-image: url("../img/icons/checkmark.png");
      background-size: 100%;
    }
    
    .text_description{
      position: relative;
      height: 50px;
      padding: 0 5px 0 5px;
      width: calc(100% - 70px);
      border-bottom: 1px solid #c0c5ce;
      line-height: 50px;
      float: left;
      font-family: Architext;
      letter-spacing: 1px;
    }
    
    #end_message{
      position: relative;
      height: 80px;
      margin-top: 20px;
      padding: 10px 15px;
    }
    
    #text_download{
      position: relative;
      height: 70px;
      border-top: 2px solid #c0c5ce;
    }
    
    #download_container{
      position: relative;
      margin-top: 15px;
      height: 40px;
      width: 280px;
      left: 50%;
      margin-left: -140px;
    }
    
    #apple_link {
      position: absolute;
      height: 40px;
      left: 0;
    }
    
    #apple_img{
      position: relative;
      height: 40px;
      width: 135px;
    }
    
    #android_link {
      position: absolute;
      height: 40px;
      right: 0;
    }
    
    #android_img {
      position: relative;
      height: 40px;
      width: 135px;
    }