/*
 * Copyright (c) 2014 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

:host {
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-shrink: 0;
    align-items: flex-start !important;
}

::content > .dt-checkbox-button {
    height: 12px;
    width: 12px;
    margin: 1px 3px 2px 2px;
    flex-shrink: 0;
}
