form label, .select-satellite-wrapper label {
    font-size: 14px;
    display: block;
    position: relative;
    max-width: 330px;
}
/*
ul.select2-selection__rendered{
	height: 28px;
}
*/

#satlist .select2-container, .form-unit .select2-selection {
    width: 250px !important;
}
form input[type=submit] {
    display: block;
    position: relative;
    width: 100px;
    border-radius: 4px;
    background: #3E9DDC;
    color: white;
    height: 28px;
    border: 0px solid transparent;
    margin-bottom: 30px;
    font-weight: bold;
    cursor: pointer;
}
form input[type=submit]:hover {
    color: #ffbb28;
}
form input[type=text] {
    display: block;
    position: relative;
    width: 250px;
    border-radius: 4px;
    height: 28px;
    border: 1px solid #AAAAAA;
    padding: 0 10px;
}
input[type="checkbox"] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
	height: auto;
	width: auto;
}
form .description {
    font-size: 12px !important;
    margin: 4px 0;
    display: block;
    position: relative;
    max-width: 410px;
}
form .form-item {
    margin: 0px !important;
}
#satlist {
    margin-bottom: 20px;
    display: block;
    position: relative;
}
table {
    background: white;
    margin-top: 20px !important;
    float: right;
    position: relative;
}
table tr td {
    padding: 5px;
    border: 1px solid #F3F3F3;
    font-size: 12px;
}
table tr th {
    background: #3E9DDC;
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    font-size: 12px;
    border: 1px solid #3E9DDC;
}
.best-sat {
    float: left;
    width: 600px;
    margin-right: 10px;
}
#topSat table{
	width: 300px;
	float: left;
}
.best-sat tr th, .best-sat tr td {
    width: 33%;
}
.address-form-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 420px;
	/*width: 420px;*/
}
.select2-selection--multiple li{
	height: 28px;
}
.select-satellite-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 520px;
	/*width: 320px;*/
}
.satellite-search #map {
    width: 960px !important;
    height: 450px !important;
    float: none;
    clear: both;
}