﻿.new-ship label{
    font-size:24px;
    width:100px;
    display:inline-block
}
.new-ship input{
    font-size:24px;
}
.new-ship select {
    font-size:24px;
}
button {
    width:50px;
    height:40px;
    border:solid;
    border-width:1px;
    border-radius:40px;
}
.buttons {
    margin-top:20px;
}
.off-button {
    background-color: whitesmoke;
}
.pack-selector {
    display:flex;
    flex-direction:row;
    margin-top:50px;
}
.pack-from {
    width:300px;
}
.pack-select {
    font-size:18px;
}
.middle {
    width: 100px;
    padding-top: 100px
}
.pack-to {
    width:300px;
    margin-left:80px;
}
.pack-id {
    display:none;
}
#ship-button {
    margin-left:200px;
}