@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700,900');

body {
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    font-family: Montserrat;
}

div.head-bar {
    background: #FFFFFF;
    height: 60px;
    margin-bottom: 40px;
}

div.head-bar div.brand img {
    margin-top: 15px;
    margin-left: 20px;
    height: 30px;
}

div.container {
    max-width: 960px;
    margin: 100px auto 0 auto;
    background: #FFFFFF;
}

div.header {
    padding: 15px 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    border-bottom: 1px solid #f4f4f4;
}

div.content {
    text-align: center;
    padding: 25px;
}

a.btn {
    display: inline-block;
    padding: 15px 35px;
    background: #a8e063;
    color: white;
    text-decoration: none;
}

div.panel {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    background: #FFFFFF;
}

div.panel h1 {
    width: 80%;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

div.panel table {
    width: 100%;
    border-collapse:separate;
    border-spacing: 0 5px;
    margin-bottom: 20px;
}

div.panel table th {
    background: #a8e063;
    color: #FFFFFF;
    text-align: left;
    padding: 15px 20px;
    font-family: Montserrat;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
}

div.panel table tr {
    margin-bottom: 5px;
}

div.panel table td {
    background: #f7f7f7;
    color: #252525;
    text-align: left;
    padding: 10px 20px;
    font-family: Montserrat;
    font-weight: 300;
    font-size: 12px;
}

div.panel table a {
    float: right;
    margin: 5px;
    text-decoration: none;
    color: #751111;
    background: #ffb4b4;
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 10px;
}

div.panel table a.edit {
    color: #8e6e00;
    background: #ffec8e;
}
