/*
** Site Launcher Admin Style 
* /*
 This file is part of Site Launcher.
 Site Launcher is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.
 Site Launcher is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with Site Launcher.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 
 
.site-launcher-box {
	border: 1px solid #ddd;
	padding: 5px 10px;
	width: 100%;
	max-width: 700px;
	margin: 10px;
}

.site-launcher-box table.admin-table {
	margin-bottom: 20px;
	width:100%;
}


.site-launcher-box table.divider {
	border-top:1px solid #ddd;
}
.site-launcher-box table td.dotted-divider {
	border-top:1px dotted #ddd;
}
#aa, #jj, #hh, #mn, #aa_s, #jj_s, #hh_s, #mn_s, #ampm, #ampm_s {
	padding: 1px;
	font-size: 12px;
}

#jj, #hh, #mn, #jj_s, #hh_s, #mn_s {
	width: 2em;
}

#aa, #aa_s {
	width: 3.4em;
}

#ampm, #ampm_s {
	width: 4.4em;
}