.treatments table td {
    padding:5px
}
.treatments table thead tr td {
    border-bottom:2px solid #333;
    font-weight:bold;
    font-size:14px;
    color:#333
}
.treatments table tbody tr:nth-child(2n) td {
    background:#ddd
}
.treatments table tbody tr td:first-child {
    font-weight:bold;
    color:#333
}
.treatments table tbody tr:last-child td {
    border-bottom:2px solid #333;
}
.treatments-list .admin-control .filters div{
	float: left;
}
.treatments-list .admin-control .filters div label{
	padding: 14px 7px 0 8px;
    float: left;
}
.treatments-list .admin-control .buttons a.button{
    margin: 0;
    position: relative;
    top: 2px;
}

.switch{
    margin-bottom: 20px;
    overflow: hidden;
}

.switch b:hover{
    cursor: pointer;
}

.switch b{
    border-bottom: 1px solid #333;
    font-weight: normal;
    color: #aaa;
    padding: 10px;
    float: left;
}
.switch b.selected{
    border:1px solid #333;
    border-bottom-color:transparent;
    color:#000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.switch b.selected:hover{
    cursor: default;
}


.treatments-list .admin-control .select2-container{
    position: relative;
    top: -2px;
}
.treatments-offices .delete{
    position: relative;
	top: 3px;
	text-decoration:none;
    color:red;
    font-weight:bold;
    font-size:18px;
	line-height: 22px;

}
.treatments-view-one .meta{
    height: auto;
	padding-bottom: 10px;
}
.treatments-view-one div {
    clear:both
}
.treatments-view-one span {
    float:left;
    width:300px
}
.treatments-view-one .label {
    text-align:right;
    padding-right:10px;
    width:auto;
    margin-right: 20px;
    clear:left
}
.treatments-view-one  textarea{
	width: 800px;
}
.treatments-view-one .message {
    clear: both;
	margin:20px 0;
    border-top:2px solid #444;
    border-bottom:2px solid #444;
    padding:10px
}
.treatments-view-one .error-message{
	float: none;
}
.treatments-view-one form {
    clear:both
}