
.pip-content-container {
    overflow-y: auto;
}

pre {
    border-radius: 4px;
}

.flat {
    box-shadow: none !important;
}

.pip-menu {
    overflow-x: hidden !important;
}

@font-face {
    font-family: "icon-font";
    src: url("../../dist/fonts/icon-font.eot");
    src: url("../../dist/fonts/icon-font.eot?#iefix") format("embedded-opentype"), 
            url("../../dist/fonts/icon-font.woff") format("woff"), 
            url("../../dist/fonts/icon-font.ttf") format("truetype"), 
            url("../../dist/fonts/icon-font.svg#icon-font") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #c0c0c0;
}

md-input-group.stretch > input {
    width: 100%; 
}

md-card {
    background-color: white;
    padding: 20px;
}        

.p16 {
    padding: 16px;
}
.p24{
    padding: 24px
}

.pip-pic{
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.w-stretch {
    width: 100% !important;
}

/*.md-focused {
    background: #eeffee !important;
}*/