16 lines
269 B
CSS
16 lines
269 B
CSS
|
.aIBehavioralPop{
|
||
|
padding:10px;
|
||
|
color:#fff;
|
||
|
background:#032357;
|
||
|
min-height:300px;
|
||
|
overflow-y:auto;
|
||
|
}
|
||
|
.aIBehavioralPop>div{
|
||
|
text-align: center;
|
||
|
}
|
||
|
.aIBehavioralPop>div>div{
|
||
|
text-align:left;
|
||
|
}
|
||
|
.aIBehavioralPop>div>div>p{
|
||
|
line-height:30px;
|
||
|
}
|