
@media only screen and (min-width:360px){
    .second{width:100%;}
    .text-left-center{ text-align:center}
     .text-right-center{ text-align:center}
     #myProfile {height: auto; }
     .modaldialogone{width:100%}
}
@media only screen and (min-width:768px){
    .second{width:700px;}
    .text-left-center{ text-align:left}
    .text-right-center{ text-align:right}
    #myProfile {background: #fff; border: 1px solid #eee; padding: 10px; margin-bottom: 2px; height: 400px; overflow-y: scroll}
    .modaldialogone{width:850px;}
}
.mt-10{ margin-top:10px;}
