/*
Theme Name: Twenty Twenty Child
Theme URI: https://wp-themes.com/twentytwenty
Author: Frank Los
Author URI: https://franklos.nl
Description: WordPress Twenty Twenty child theme van Frank Los.
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/

.nrsklf-space-between{
  display: flex;
  justify-content: space-between;
}

.nrsklf-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nrsklf_accordion_title{
  cursor:pointer;
  padding:1rem;
  color:#cd2653;
  display:flex;
  justify-content: space-between;

}
.nrsklf_accordion_title:hover{
  text-decoration: underline;
}
.accordion-icon{
  position:relative;
  top:4px;
}

.nrsklf_accordion_content{
  border-top: solid 2px grey;
  padding:1rem;
}
.nrsklf_item{
  margin: 1rem 0;
  background-color: white;
}
.nrsklf-btnrw{
  text-align:right;
}
.nrsklf-btnrw button{
  margin:1rem;
}
.nrsklf-btnrw button{
  font-size:1rem;
}

.formInput{
  margin-top:1rem;
}


