.profile-table td {
width:none;

}

.myinput {
    margin: 5px;

}

.mybut {
margin: 15px;
    font-size: 18px;
    width: 228px;
    height: 40px;
    z-index: 1;
    border: 1px #FFA500 solid !important;
    text-align: center !important;
    cursor: pointer !important;
    color: #000 !important;
    line-height: 30px !important;
    text-shadow: 0 1px 0 #ffdf31 !important;
    background: rgb(255,204,3) !important;
    background: -moz-linear-gradient(top, rgba(255,204,3,1) 0%, rgba(255,165,0,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,204,3,1)), color-stop(100%,rgba(255,165,0,1))) !important;
    background: -webkit-linear-gradient(top, rgba(255,204,3,1) 0%,rgba(255,165,0,1) 100%) !important;
    background: -o-linear-gradient(top, rgba(255,204,3,1) 0%,rgba(255,165,0,1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(255,204,3,1) 0%,rgba(255,165,0,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(255,204,3,1) 0%,rgba(255,165,0,1) 100%) !important;
    cursor: pointer;
    webkit-box-shadow: inset 0 2px 0 rgba(255,255,255,.25),0 1px 0 0 #b59d21;
    -moz-box-shadow: inset 0 2px 0 rgba(255,255,255,.25),0 1px 0 0 #b59d21;
    box-shadow: inset 0 2px 0 rgba(255,255,255,.25),0 1px 0 0 #b59d21;
}