#didyouknow{
 width:303px;
   height:62px;
   position:relative;
   left:938px;
   top:22px;
   background-color:rgba(0, 0, 0, 0.85);
          -webkit-transition: all .3s .1s;
   -moz-transition: all .3s .1s;
     -o-transition: all .3s .1s;
        transition: all .3s .1s;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
  padding:0px;
  margin:0px;
  	border:2px solid black;
}
#text{
   color:white;
  font-size:11px;
  font-family:sans-serif;
  text-style:bold;
    padding-left:5px;
}
#next{
 color:white;
 font-size:12px;
 cursor:pointer;
 position:relative;
 left:200px;
   font-family:sans-serif;
 bottom:8px;
}
#next:hover{
 color:red;
 font-size:13px;
}