.plansEntryCon {
    background: white;
    color: #888;
    width: 1024px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.plan {
   margin: 10px;
    width:700px;
    border: 5px;
    border-style: double;
    border-color: rgba( 215, 215, 208, 0.494 );
}
#mylink {
    position:absolute;
    font-family: arial, sans-serif;
    color: darkgrey;
    font-size: 14px;
    top:30px;
    right:30px;
}

#mylink2 {
        position:absolute;
    font-family: arial, sans-serif;
    color: darkgrey;
    font-size: 14px;
    top:60px;
    right:30px;
}
