/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-04-24, 20:45:42
    Author     : Robert
*/

div#table div {
    padding: 5px;
}

div#table div p.title {
    font-weight: bold;
    color: #2E2E2E;
    border-bottom: 1px solid grey;
}

div#table div {
    background-color: #F4F4F4;
    margin-bottom: 5px;
}

div#table div.dark {
    background-color: #dedede;
}

img.sp-default-logo {
    width: 160px;
}

td.acyfield_email, td.acysubbuttons {
border: 1px solid white !important;
padding: 0px !important;
}

#sp-top-bar {
    background-color: #2E2E2E !important;
}

#sp-bottom {
    padding: 30px 0px !important;
    border-top: 1px solid white !important;
    color: white; 
}

#sp-bottom a {
    color: white;
}

#sp-bottom .sp-module .sp-module-title {
    color: white;
}


.sp-simpleportfolio .sp-simpleportfolio-description > h2, .sp-simpleportfolio-meta h4 {
    color: #FF9900;
}

#offcanvas-toggler > i {
    color: white !important;
}

/*
div#sp-component .sp-simpleportfolio-meta, .sp-simpleportfolio-description {
    color: #D7D8DA;
}


#sp-header {
    background-color: #303b44 !important;
}  */


/*
#sp-main-body {
    padding: 10px 0 !important;
}  */



